]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Share ARM_PSCI_CALL trace event between TCG and HVF
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 28 Oct 2025 05:42:04 +0000 (06:42 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 31 Oct 2025 16:26:46 +0000 (16:26 +0000)
commit06ddd61f81ea10da92743d4d0f0f88b8cfa8c5b3
tree7d2d1688041489001c4086250526d3d5ebd43740
parent4695daacc068cd0aa9a91c0063c4f2a9ec9b7ba1
target/arm: Share ARM_PSCI_CALL trace event between TCG and HVF

It is useful to compare PSCI calls of the same guest running
under TCG or HVF.

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
target/arm/tcg/psci.c
target/arm/trace-events