]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/helper.c
target-arm: Stage 2 permission fault was fixed in AArch32 state
authorSergey Sorokin <afarallax@yandex.ru>
Thu, 12 May 2016 12:22:26 +0000 (13:22 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 May 2016 12:22:26 +0000 (13:22 +0100)
commitdfda68377e20943f474505e75238cb96bc6874bf
tree77e980de70bd7cdbdcf7176c9d7b1cf20344df78
parent0b062eb090517a66f3e9b4b1ddf2e740e9517102
target-arm: Stage 2 permission fault was fixed in AArch32 state

As described in AArch32.CheckS2Permission an instruction fetch fails if
XN bit is set or there is no read permission for the address.

Signed-off-by: Sergey Sorokin <afarallax@yandex.ru>
Message-id: 1461002400-3187-1-git-send-email-afarallax@yandex.ru
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper.c