From: Julian Brown <julian@codesourcery.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH v3 0/7] ARM BE8/BE32 big-endian system-mode fixes (semihosting, gdbstub)
Date: Fri, 20 Jan 2017 08:30:25 -0800 [thread overview]
Message-ID: <cover.1484929304.git.julian@codesourcery.com> (raw)
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
next reply other threads:[~2017-01-20 16:30 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-20 16:30 Julian Brown [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1484929304.git.julian@codesourcery.com \
--to=julian@codesourcery.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).