]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/cpu.h
target-arm: Avoid calling arm_el_is_aa64() function for unimplemented EL
authorSergey Sorokin <afarallax@yandex.ru>
Fri, 16 Oct 2015 10:14:52 +0000 (11:14 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Oct 2015 10:14:52 +0000 (11:14 +0100)
commit2cde031f5a34996bab32571a26b1a6bcf3e5b5d9
tree8ac0b45996a034a6de7e20376d16ddc1e0212dc7
parent6df99dec9e81838423d723996e96236693fa31fe
target-arm: Avoid calling arm_el_is_aa64() function for unimplemented EL

It is incorrect to call arm_el_is_aa64() function for unimplemented EL.
This patch fixes several attempts to do so.

Signed-off-by: Sergey Sorokin <afarallax@yandex.ru>
[PMM: Reworked several of the comments to be more verbose.]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.h
target-arm/helper.c