All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] xen/arm64: Emulate correctly the register {w, x}zr
@ 2015-12-11 15:28 Julien Grall
  2015-12-11 15:28 ` [PATCH 1/4] xen/arm: io: handle_read: Use a local variable to store dabt Julien Grall
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Julien Grall @ 2015-12-11 15:28 UTC (permalink / raw)
  To: xen-devel; +Cc: Julien Grall, ian.campbell, stefano.stabellini

Hi all,

This patch series aims to fix the emulation of register {w,x}zr for ARM64.

A branch is available with all the patches applied:

git://xenbits.xen.org/people/julieng/xen-unstable.git branch handle-xzr-v1

Regards,

Julien Grall (4):
  xen/arm: io: handle_read: Use a local variable to store dabt
  xen/arm64: Document the register mapping aarch64 <-> aarch32
  xen/arm: vtimer: Introduce vtimer_emulate_sysreg{32,64}
  xen/arm64: Emulate correctly the register {w,x}zr

 xen/arch/arm/io.c                     |  37 ++++++++---
 xen/arch/arm/traps.c                  | 121 ++++++++++++++++++++++------------
 xen/arch/arm/vgic-v3.c                |   3 +-
 xen/arch/arm/vtimer.c                 |  96 ++++++++++++++++++++-------
 xen/include/asm-arm/arm64/processor.h |   7 +-
 xen/include/asm-arm/regs.h            |   7 +-
 6 files changed, 189 insertions(+), 82 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-01-05 14:56 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-11 15:28 [PATCH 0/4] xen/arm64: Emulate correctly the register {w, x}zr Julien Grall
2015-12-11 15:28 ` [PATCH 1/4] xen/arm: io: handle_read: Use a local variable to store dabt Julien Grall
2015-12-15 10:27   ` Ian Campbell
2015-12-11 15:28 ` [PATCH 2/4] xen/arm64: Document the register mapping aarch64 <-> aarch32 Julien Grall
2015-12-15 10:33   ` Ian Campbell
2015-12-11 15:28 ` [PATCH 3/4] xen/arm: vtimer: Introduce vtimer_emulate_sysreg{32, 64} Julien Grall
2015-12-15 10:38   ` Ian Campbell
2015-12-15 10:55     ` Julien Grall
2015-12-11 15:28 ` [PATCH 4/4] xen/arm64: Emulate correctly the register {w, x}zr Julien Grall
2015-12-15 11:10   ` Ian Campbell
2015-12-15 11:41     ` Julien Grall
2015-12-15 11:51       ` Ian Campbell
2015-12-17 17:17 ` [PATCH 0/4] " Julien Grall
2015-12-17 17:36   ` Ian Campbell
2016-01-05 14:54     ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.