]> git.proxmox.com Git - qemu.git/commit - target-arm/helper.c
arm: add dummy A9-specific cp15 registers
authorMark Langsdorf <mark.langsdorf@calxeda.com>
Thu, 5 Jan 2012 15:49:06 +0000 (15:49 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Jan 2012 15:49:06 +0000 (15:49 +0000)
commit7da362d01644fca96c7cb4b72dbf2510020061f2
treea9b37bcfdf501b8b717d105118baa7dcb65adf98
parent37064a8b6f9075e18b05bfc6d5264b138a224713
arm: add dummy A9-specific cp15 registers

Add dummy register support for the cp15, CRn=c15 registers.

config_base_register and power_control_register currently
default to 0, but may have improved support after the QOM
CPU patches are finished.

Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.h
target-arm/helper.c
target-arm/machine.c