]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Re-use arm_is_psci_call() in HVF
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 28 Oct 2025 05:42:03 +0000 (06:42 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 31 Oct 2025 16:26:46 +0000 (16:26 +0000)
commit4695daacc068cd0aa9a91c0063c4f2a9ec9b7ba1
tree6c10cad1f0c2fa55fd16cba5f176b80911253b23
parent6d1a5105eeb7e1fc7f052007923306975f4f85e9
target/arm: Re-use arm_is_psci_call() in HVF

Re-use arm_is_psci_call() instead of open-coding it.

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