From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>,
peter.crosthwaite@xilinx.com, patches@linaro.org,
aggelerf@ethz.ch, alex.bennee@linaro.org, rth@twiddle.net
Subject: [Qemu-devel] [PATCH 0/5] mmu index cleanup/fixes
Date: Fri, 23 May 2014 16:31:37 +0100 [thread overview]
Message-ID: <1400859102-15779-1-git-send-email-peter.maydell@linaro.org> (raw)
Hi; these patches are intended to replace patches 4, 5 and 6
in Edgar's v4 "target-arm: Preparations for A64 EL2 and 3"
series. They fix some bugs I noticed when I was testing
that series:
* missing changes for SRS
* changes not bisectable due to earlier patch making
assumptions about mmu index values
* thumb2 stores done with wrong mmu index
by adding a couple of preparatory cleanup patches to
address the SRS and LDRT/STRT areas. The main
"Use get_mem_index" patch is then a simple switch from
IS_USER(s) to get_mem_index(s), since we've already dealt
with all the complicated bits.
Edgar E. Iglesias (3):
target-arm: Move get_mem_index to translate.h
target-arm: A32: Use get_mem_index for load/stores
target-arm: Use a 1:1 mapping between EL and MMU index
Peter Maydell (2):
target-arm/translate.c: Clean up mmu index handling for ldrt/strt
target-arm/translate.c: Use get_mem_index() for SRS memory accesses
target-arm/cpu.h | 8 +-
target-arm/translate-a64.c | 9 --
target-arm/translate.c | 245 +++++++++++++++++++++++----------------------
target-arm/translate.h | 5 +
4 files changed, 134 insertions(+), 133 deletions(-)
--
1.9.2
next reply other threads:[~2014-05-23 15:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-23 15:31 Peter Maydell [this message]
2014-05-23 15:31 ` [Qemu-devel] [PATCH 1/5] target-arm: Move get_mem_index to translate.h Peter Maydell
2014-05-23 15:31 ` [Qemu-devel] [PATCH 2/5] target-arm/translate.c: Clean up mmu index handling for ldrt/strt Peter Maydell
2014-05-23 15:31 ` [Qemu-devel] [PATCH 3/5] target-arm/translate.c: Use get_mem_index() for SRS memory accesses Peter Maydell
2014-05-23 15:31 ` [Qemu-devel] [PATCH 4/5] target-arm: A32: Use get_mem_index for load/stores Peter Maydell
2014-05-23 15:31 ` [Qemu-devel] [PATCH 5/5] target-arm: Use a 1:1 mapping between EL and MMU index 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=1400859102-15779-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=aggelerf@ethz.ch \
--cc=alex.bennee@linaro.org \
--cc=edgar.iglesias@xilinx.com \
--cc=patches@linaro.org \
--cc=peter.crosthwaite@xilinx.com \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
/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).