summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPeter Maydell2016-01-21 15:15:08 +0100
committerPeter Maydell2016-01-21 15:15:08 +0100
commit904c04de2e1b425e7bc8c4ce2fae3d652eeed242 (patch)
treef6d53f389de089bcb8c1dad9685882fc543b7d9a /include
parenttarget-arm: Use a single entry point for AArch64 and AArch32 exceptions (diff)
downloadqemu-904c04de2e1b425e7bc8c4ce2fae3d652eeed242.tar.gz
qemu-904c04de2e1b425e7bc8c4ce2fae3d652eeed242.tar.xz
qemu-904c04de2e1b425e7bc8c4ce2fae3d652eeed242.zip
target-arm: Pull semihosting handling out to arm_cpu_do_interrupt()
Handling of semihosting calls should depend on the register width of the calling code, not on that of any higher exception level, so we need to identify and handle semihosting calls before we decide whether to deliver the exception as an entry to AArch32 or AArch64. (EXCP_SEMIHOST is also an "internal exception" so it has no target exception level in the first place.) This will allow AArch32 EL1 code to use semihosting calls when running under an AArch64 EL3. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions