]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/helper.c
target-arm: Implement MDCR_EL3.TDOSA and MDCR_EL2.TDOSA traps
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 18 Feb 2016 14:16:15 +0000 (14:16 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 18 Feb 2016 14:16:15 +0000 (14:16 +0000)
commit187f678d5c28251dba2b44127e59966b14518ef7
treed4e18382adb7c6e12aab1f32bf6fd3def7821fab
parentf096e92b6385fd87e8ea948ad3af70faf752c13a
target-arm: Implement MDCR_EL3.TDOSA and MDCR_EL2.TDOSA traps

Implement the traps to EL2 and EL3 controlled by the bits
MDCR_EL2.TDOSA MDCR_EL3.TDOSA. These can configurably trap
accesses to the "powerdown debug" registers.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Sergey Fedorov <serge.fdrv@gmail.com>
target-arm/cpu.h
target-arm/helper.c