]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/ppc: Do not open-code cpu_resume() in spin_kick()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 25 Aug 2025 15:21:13 +0000 (17:21 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 13 Oct 2025 19:00:09 +0000 (21:00 +0200)
commit9df035ecf735a41a0dd7686bf1d81e1b2f30eff8
tree962dbf56c61b04dd81c7d7a904af7e8259938b43
parent6a9d1ccd39bf0305c94691ce0ca228599d4719f3
hw/ppc: Do not open-code cpu_resume() in spin_kick()

In order to make the code easier to follow / review,
use the cpu_resume() helper instead of open-coding it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250924173028.53658-2-philmd@linaro.org>
hw/ppc/ppce500_spin.c