]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Handle exceptions during exception stack pop
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 9 Feb 2018 10:40:28 +0000 (10:40 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 9 Feb 2018 10:40:28 +0000 (10:40 +0000)
commit95695effe8caa552b8f243bceb3a08de4003c882
tree019f6e35e97b939943c6703827ffcf46b0a0fc74
parent600c33f24752a00e81e9372261e35c2befea612b
target/arm: Handle exceptions during exception stack pop

Handle possible MPU faults, SAU faults or bus errors when
popping register state off the stack during exception return.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 1517324542-6607-8-git-send-email-peter.maydell@linaro.org
target/arm/helper.c