qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] target-arm: fix mmu access protection emulation


From: Juha Riihimäki
Subject: [Qemu-devel] [PATCH 0/3] target-arm: fix mmu access protection emulation
Date: Wed, 8 Dec 2010 13:15:15 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]