]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Make exception vector loads honour the SAU
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)
commit600c33f24752a00e81e9372261e35c2befea612b
tree1832f796cc156038e06759a3d62f79d3289ba795
parent65b4234ff73a4d4865438ce30bdfaaa499464efa
target/arm: Make exception vector loads honour the SAU

Make the load of the exception vector from the vector table honour
the SAU and any bus error on the load (possibly provoking a derived
exception), rather than simply aborting if the load fails.

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