summary refs log tree commit diff stats
path: root/hw/timer/stm32f2xx_timer.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2019-07-30 14:25:22 +0100
committerPeter Maydell <peter.maydell@linaro.org>2019-07-30 17:05:22 +0100
commit987a23224218fa3bb3aa0024ad236dcf29ebde9e (patch)
treecc1a17102330fa5820749ac39d5681dbb39eac80 /hw/timer/stm32f2xx_timer.c
parent62ae78c77a6d83e6acf083d24e1be8544a5fe7bc (diff)
downloadfocaccia-qemu-987a23224218fa3bb3aa0024ad236dcf29ebde9e.tar.gz
focaccia-qemu-987a23224218fa3bb3aa0024ad236dcf29ebde9e.zip
target/arm: Deliver BKPT/BRK exceptions to correct exception level
Most Arm architectural debug exceptions (eg watchpoints) are ignored
if the configured "debug exception level" is below the current
exception level (so for example EL1 can't arrange to get debug exceptions
for EL2 execution). Exceptions generated by the BRK or BPKT instructions
are a special case -- they must always cause an exception, so if
we're executing above the debug exception level then we
must take them to the current exception level.

This fixes a bug where executing BRK at EL2 could result in an
exception being taken at EL1 (which is strictly forbidden by the
architecture).

Fixes: https://bugs.launchpad.net/qemu/+bug/1838277
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190730132522.27086-1-peter.maydell@linaro.org
Diffstat (limited to 'hw/timer/stm32f2xx_timer.c')
0 files changed, 0 insertions, 0 deletions