]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hvf: arm: Do not advance PC when raising an exception
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Sat, 20 Jul 2024 09:30:54 +0000 (18:30 +0900)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 29 Jul 2024 15:06:01 +0000 (16:06 +0100)
commit05b8d7249109c44a30352ac86d1f079ec0a8506e
tree5b44e9b93bda63d6fcb7829ece148ed54c725e35
parente6fd3192edb8178613e61f7f0242a774ad8ffa2c
hvf: arm: Do not advance PC when raising an exception

This is identical with commit 30a1690f2402 ("hvf: arm: Do not advance
PC when raising an exception") but for writes instead of reads.

Fixes: a2260983c655 ("hvf: arm: Add support for GICv3")
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/hvf/hvf.c