From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: patches@linaro.org
Subject: [Qemu-devel] [PATCH 0/2] target/arm: fix some ATS* bugs
Date: Tue, 16 Oct 2018 10:37:01 +0100 [thread overview]
Message-ID: <20181016093703.10637-1-peter.maydell@linaro.org> (raw)
This small patchset fixes a couple of bugs in our ATS insn
handling:
* for faults reported to the 64-bit PAR we were not
setting the S and PTW bits to indicate stage 2
fault information
(NB: stage 2 faults aren't reported with 32-bit
PAR formats so there's no need to change the 32-bit
code path)
* ATS1Hx were implementing the wrong thing (doing a
stage 2 lookup rather than an EL2 stage 1 lookup)
The major missing bit of ATS at the moment is that a stage
2 fault during execution of an NS-EL1 ATS insn that asks
for a stage 1 lookup should cause a trap to EL2. I started
to sketch out some code to do that, but I realised by
putting an assert() in it that I didn't have any guests
that actually hit the problem, so put it on the back burner.
If anybody does hit that missing feature, feel free to send
me a test case :-)
Based-on: <20181012144235.19646-1-peter.maydell@linaro.org>
("[PATCH 00/10] target/arm: more HCR bits, improve syndrome reporting")
but only to avoid a textual conflict in the patch context.
thanks
-- PMM
Peter Maydell (2):
target/arm: Set S and PTW in 64-bit PAR format
target/arm: Fix ATS1Hx instructions
target/arm/helper.c | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
--
2.19.0
next reply other threads:[~2018-10-16 9:37 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-16 9:37 Peter Maydell [this message]
2018-10-16 9:37 ` [Qemu-devel] [PATCH 1/2] target/arm: Set S and PTW in 64-bit PAR format Peter Maydell
2018-11-05 15:23 ` [Qemu-devel] [Qemu-arm] " Edgar E. Iglesias
2018-11-05 16:24 ` Alex Bennée
2018-11-05 16:25 ` Peter Maydell
2018-11-05 16:50 ` Alex Bennée
2018-10-16 9:37 ` [Qemu-devel] [PATCH 2/2] target/arm: Fix ATS1Hx instructions Peter Maydell
2018-11-05 16:48 ` [Qemu-devel] [Qemu-arm] " Alex Bennée
2018-11-05 19:30 ` Edgar E. Iglesias
2018-11-02 17:55 ` [Qemu-devel] [Qemu-arm] [PATCH 0/2] target/arm: fix some ATS* bugs Peter Maydell
2018-11-06 9:50 ` [Qemu-devel] " no-reply
2018-11-06 10:00 ` Fam Zheng
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=20181016093703.10637-1-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--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).