qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] mmu index cleanup/fixes
@ 2014-05-23 15:31 Peter Maydell
  2014-05-23 15:31 ` [Qemu-devel] [PATCH 1/5] target-arm: Move get_mem_index to translate.h Peter Maydell
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Peter Maydell @ 2014-05-23 15:31 UTC (permalink / raw)
  To: qemu-devel
  Cc: Edgar E. Iglesias, peter.crosthwaite, patches, aggelerf,
	alex.bennee, rth

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-23 15:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-23 15:31 [Qemu-devel] [PATCH 0/5] mmu index cleanup/fixes Peter Maydell
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

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).