From: Julian Brown <julian@codesourcery.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH v2 0/6] ARM BE8/BE32 big-endian system-mode fixes (semihosting, gdbstub)
Date: Wed, 7 Dec 2016 06:48:12 -0800 [thread overview]
Message-ID: <cover.1481121503.git.julian@codesourcery.com> (raw)
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
next reply other threads:[~2016-12-07 14:48 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-07 14:48 Julian Brown [this message]
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
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.1481121503.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 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.