qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/6] ARM BE8/BE32 big-endian system-mode fixes (semihosting, gdbstub)
@ 2016-12-07 14:48 Julian Brown
  2016-12-07 14:48 ` [Qemu-devel] [PATCH v2 1/6] Add cfgend parameter for ARM CPU selection Julian Brown
                   ` (7 more replies)
  0 siblings, 8 replies; 22+ messages in thread
From: Julian Brown @ 2016-12-07 14:48 UTC (permalink / raw)
  To: qemu-devel

This is the second 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-11/msg00646.html

Thanks,

Julian

Julian Brown (6):
  Add cfgend parameter for ARM CPU selection.
  Infer endianness from SCTLR reset value.
  ARM big-endian system-mode 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 +
 hw/arm/boot.c                   |  16 ++++-
 include/disas/bfd.h             |   7 ++
 include/exec/softmmu-arm-semi.h | 148 ++++++++++++++++++++++++++++++++++++++++
 include/qom/cpu.h               |   1 +
 qom/cpu.c                       |   6 ++
 target-arm/arm-semi.c           |   4 +-
 target-arm/arm_ldst.h           |  10 ++-
 target-arm/cpu.c                |  87 ++++++++++++++++++++++-
 target-arm/cpu.h                |  13 ++++
 target-arm/gdbstub.c            |  42 ++++++++++++
 target-arm/internals.h          |   5 ++
 target-arm/op_helper.c          |  22 ++++++
 14 files changed, 356 insertions(+), 7 deletions(-)
 create mode 100644 include/exec/softmmu-arm-semi.h

-- 
2.8.1

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

end of thread, other threads:[~2017-01-19 18:26 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-07 14:48 [Qemu-devel] [PATCH v2 0/6] ARM BE8/BE32 big-endian system-mode fixes (semihosting, gdbstub) Julian Brown
2016-12-07 14:48 ` [Qemu-devel] [PATCH v2 1/6] Add cfgend parameter for ARM CPU selection Julian Brown
2017-01-05 17:17   ` Peter Maydell
2017-01-11 12:35     ` Julian Brown
2017-01-12 14:28       ` Julian Brown
2017-01-17 11:52         ` Peter Maydell
2017-01-18 16:52           ` Eduardo Habkost
2017-01-19 15:12             ` Peter Maydell
2017-01-19 18:02               ` Julian Brown
2017-01-19 18:25                 ` Peter Maydell
2016-12-07 14:48 ` [Qemu-devel] [PATCH v2 2/6] Infer endianness from SCTLR reset value Julian Brown
2017-01-05 17:29   ` Peter Maydell
2016-12-07 14:48 ` [Qemu-devel] [PATCH v2 3/6] ARM big-endian system-mode semihosting support Julian Brown
2017-01-05 17:49   ` Peter Maydell
2016-12-07 14:49 ` [Qemu-devel] [PATCH v2 4/6] ARM big-endian system-mode gdbstub support Julian Brown
2017-01-05 17:53   ` Peter Maydell
2016-12-07 14:49 ` [Qemu-devel] [PATCH v2 5/6] Fix Thumb-1 BE32 execution and disassembly Julian Brown
2017-01-05 18:18   ` Peter Maydell
2016-12-07 14:49 ` [Qemu-devel] [PATCH v2 6/6] ARM BE32 watchpoint fix Julian Brown
2017-01-05 18:25   ` Peter Maydell
2016-12-07 15:09 ` [Qemu-devel] [PATCH v2 0/6] ARM BE8/BE32 big-endian system-mode fixes (semihosting, gdbstub) no-reply
2016-12-07 15:28 ` no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).