]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/hppa: Reset vCPUs calling resettable_reset()
authorHelge Deller <deller@gmx.de>
Mon, 30 Dec 2024 09:53:25 +0000 (10:53 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 13 Jan 2025 16:16:04 +0000 (17:16 +0100)
commit20f7b890173be6cd38dabad8122b8b2fe51d0255
treed0820331f8d3d45043b6078311089a350332b139
parentf4f4173188249d33a3ec4a0c910c168c9181ac9d
hw/hppa: Reset vCPUs calling resettable_reset()

Rather than manually (and incompletely) resetting vCPUs,
call resettable_reset() which will fully reset the vCPUs.
Remove redundant assignations.

Signed-off-by: Helge Deller <deller@gmx.de>
Co-developed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20241231190620.24442-4-philmd@linaro.org>
hw/hppa/machine.c
target/hppa/cpu.c