]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/translate.c
target-arm: Log bad system register accesses with LOG_UNIMP
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2014 10:35:52 +0000 (10:35 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2014 10:35:52 +0000 (10:35 +0000)
commit626187d86b037c89367f2f94785717b75e0e4440
tree3eb1fd9eb5a5ef38dde9150c5111ee4ebe0249d9
parent1456364ff0900893f81f8d06fb1b42e5c2ad8a23
target-arm: Log bad system register accesses with LOG_UNIMP

Log guest attempts to access unimplemented system registers via
the LOG_UNIMP reporting mechanism (for both the 32 bit and 64 bit
instruction sets). This is particularly useful for debugging
problems where the guest is trying to use a system register that
QEMU doesn't implement.

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