All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/7] ARM BE8/BE32 big-endian system-mode fixes (semihosting, gdbstub)
@ 2017-01-20 16:30 Julian Brown
  2017-01-20 16:30 ` [Qemu-devel] [PATCH v3 1/7] Add cfgend parameter for ARM CPU selection Julian Brown
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Julian Brown @ 2017-01-20 16:30 UTC (permalink / raw)
  To: qemu-devel

This is the third iteration of a series of patches to implement
semihosting/gdbstub support for big-endian ARM system mode. The previous
series started here:

  http://lists.nongnu.org/archive/html/qemu-devel/2016-12/msg00972.html

I've (hopefully!) addressed all the comments from the second round of
reviews, apologies in advance if I've missed anything.

Thanks,

Julian

Julian Brown (7):
  Add cfgend parameter for ARM CPU selection.
  Honour reset_sctlr EE/B bits during reset.
  Move target_memory_rw_debug function.
  ARM big-endian semihosting support.
  ARM big-endian system-mode gdbstub support.
  Fix Thumb-1 BE32 execution and disassembly.
  ARM BE32 watchpoint fix.

 disas.c                         |   1 +
 exec.c                          |   1 +
 gdbstub.c                       |  11 ----
 hw/arm/boot.c                   |  27 +++++++++
 hw/arm/integratorcp.c           |  19 +++++-
 include/disas/bfd.h             |   7 +++
 include/exec/cpu-all.h          |  22 +++++++
 include/exec/softmmu-arm-semi.h | 131 ++++++++++++++++++++++++++++++++++++++++
 include/qom/cpu.h               |   3 +
 qom/cpu.c                       |   6 ++
 target/arm/arm-semi.c           |   4 +-
 target/arm/arm_ldst.h           |  10 ++-
 target/arm/cpu.c                |  64 ++++++++++++++++++++
 target/arm/cpu.h                |  13 ++++
 target/arm/gdbstub.c            |  42 +++++++++++++
 target/arm/internals.h          |   5 ++
 target/arm/op_helper.c          |  22 +++++++
 17 files changed, 372 insertions(+), 16 deletions(-)
 create mode 100644 include/exec/softmmu-arm-semi.h

-- 
2.8.1

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

end of thread, other threads:[~2017-02-03 16:40 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-20 16:30 [Qemu-devel] [PATCH v3 0/7] ARM BE8/BE32 big-endian system-mode fixes (semihosting, gdbstub) Julian Brown
2017-01-20 16:30 ` [Qemu-devel] [PATCH v3 1/7] Add cfgend parameter for ARM CPU selection Julian Brown
2017-02-03 15:54   ` Peter Maydell
2017-01-20 16:30 ` [Qemu-devel] [PATCH v3 2/7] Honour reset_sctlr EE/B bits during reset Julian Brown
2017-02-03 15:55   ` Peter Maydell
2017-01-20 16:30 ` [Qemu-devel] [PATCH v3 3/7] Move target_memory_rw_debug function Julian Brown
2017-02-03 15:55   ` Peter Maydell
2017-01-20 16:32 ` [Qemu-devel] [PATCH v3 4/7] ARM big-endian semihosting support Julian Brown
2017-02-03 16:32   ` Peter Maydell
2017-01-20 16:32 ` [Qemu-devel] [PATCH v3 5/7] ARM big-endian system-mode gdbstub support Julian Brown
2017-02-03 16:35   ` Peter Maydell
2017-01-20 16:32 ` [Qemu-devel] [PATCH v3 6/7] Fix Thumb-1 BE32 execution and disassembly Julian Brown
2017-02-03 16:03   ` Peter Maydell
2017-01-20 16:32 ` [Qemu-devel] [PATCH v3 7/7] ARM BE32 watchpoint fix Julian Brown
2017-02-03 16:04   ` Peter Maydell
2017-02-03 16:40 ` [Qemu-devel] [PATCH v3 0/7] ARM BE8/BE32 big-endian system-mode fixes (semihosting, gdbstub) Peter Maydell

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.