qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] target-arm: fix mmu access protection emulation
@ 2010-12-08 11:15 Juha Riihimäki
  2010-12-08 11:15 ` [Qemu-devel] [PATCH 1/3] target-arm: fix vmsav6 access control Juha Riihimäki
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Juha Riihimäki @ 2010-12-08 11:15 UTC (permalink / raw)
  To: qemu-devel

The ARM VMSAv6 emulation does not correctly ignore access protection
checks for manager domain translation table descriptors. This causes
ARM Linux kernel to hang during initialization for ARMv7 CPUs. However
that has so far been hidden by another emulation bug where the cp15
c1 system control register has an invalid reset value for the emulated
ARMv6 and ARMv7 processors indicating an earlier processor revision
instead and thus making QEMU run the MMU emulation in ARMv5 mode.

This patch series fixes the access protection emulation in the ARM
MMU emulation (1) and introduces correct cp15 c1 system control
register values for the ARM1136, Cortex-A8 and Cortex-A9 cores (2,3).


Juha Riihimäki (2):
  target-arm: fix vmsav6 access control
  target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9

Mattias Holm (1):
  target-arm: correct cp15 c1_sys reset value for cortex-a8

 target-arm/helper.c |   37 ++++++++++++++++++++++---------------
 1 files changed, 22 insertions(+), 15 deletions(-)

-- 
1.7.3.1

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

end of thread, other threads:[~2010-12-27 21:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-08 11:15 [Qemu-devel] [PATCH 0/3] target-arm: fix mmu access protection emulation Juha Riihimäki
2010-12-08 11:15 ` [Qemu-devel] [PATCH 1/3] target-arm: fix vmsav6 access control Juha Riihimäki
2010-12-08 11:15 ` [Qemu-devel] [PATCH 2/3] target-arm: correct cp15 c1_sys reset value for cortex-a8 Juha Riihimäki
2010-12-08 11:15 ` [Qemu-devel] [PATCH 3/3] target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9 Juha Riihimäki
2010-12-27 20:32 ` [Qemu-devel] [PATCH 0/3] target-arm: fix mmu access protection emulation Aurelien Jarno

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