From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: patches@linaro.org, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
Subject: [Qemu-devel] [PATCH v2 0/2] target/arm: Support EL1 AArch32 guest under AArch64 EL2
Date: Fri, 3 Feb 2017 17:48:53 +0000 [thread overview]
Message-ID: <1486144135-4894-1-git-send-email-peter.maydell@linaro.org> (raw)
Add support for generating the ISS (Instruction Specific Syndrome)
for Data Abort exceptions taken from AArch32. These syndromes are
used by hypervisors for example to trap and emulate memory accesses.
This is a respin of patch 1/3 from the previous series.
Changes v1->v2:
* other 2 patches are now in QEMU master
* split out the "use pbit/wbit variables" change into its own patch
* dropped a few stray blank line changes
Otherwise unchanged.
thanks
-- PMM
Peter Maydell (2):
target/arm: Abstract out pbit/wbit tests in ARM ldr/str decode
target/arm: A32, T32: Create Instruction Syndromes for Data Aborts
target/arm/translate.c | 207 ++++++++++++++++++++++++++++++++++++-------------
1 file changed, 155 insertions(+), 52 deletions(-)
--
2.7.4
next reply other threads:[~2017-02-03 17:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-03 17:48 Peter Maydell [this message]
2017-02-03 17:48 ` [Qemu-devel] [PATCH v2 1/2] target/arm: Abstract out pbit/wbit tests in ARM ldr/str decode Peter Maydell
2017-02-04 14:14 ` Edgar E. Iglesias
2017-02-03 17:48 ` [Qemu-devel] [PATCH v2 2/2] target/arm: A32, T32: Create Instruction Syndromes for Data Aborts Peter Maydell
2017-02-04 14:31 ` Edgar E. Iglesias
2017-02-06 14:53 ` Peter Maydell
2017-02-06 15:06 ` Edgar E. Iglesias
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=1486144135-4894-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=edgar.iglesias@gmail.com \
--cc=patches@linaro.org \
--cc=qemu-arm@nongnu.org \
--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).