]> git.proxmox.com Git - mirror_qemu.git/commit - target-arm/cpu.c
target-arm: Make Cortex-A15 CBAR read-only
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Apr 2014 18:18:49 +0000 (19:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Apr 2014 20:34:06 +0000 (21:34 +0100)
commitc29f9a0a29e76b36fd1bb6f5adf7841c6fdbc0b3
tree12153e4dcf8f969e424665410ea902d3e081e166
parentf318cec6adcb73c688d68b0874686a30c0f34a2e
target-arm: Make Cortex-A15 CBAR read-only

The Cortex-A15's CBAR register is actually read-only (unlike that
of the Cortex-A9). Correct our model to match the hardware.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
target-arm/cpu.c