]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm/hvf: Pass @target_el argument to hvf_raise_exception()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 1 Jul 2025 14:08:34 +0000 (15:08 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Jul 2025 14:08:34 +0000 (15:08 +0100)
commit38d4089c048a055f36d21ef009b09612e60ac226
tree65542456e0e3014fa3fad1657c7f9324a1b321fd
parenta412575837b6a46584fba891e3706e87bd09a3e6
target/arm/hvf: Pass @target_el argument to hvf_raise_exception()

In preparation of raising exceptions at EL2, add the 'target_el'
argument to hvf_raise_exception().

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250623121845.7214-12-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/hvf/hvf.c