]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/core: Use qemu_log_trylock/unlock in cpu_common_reset_exit
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 27 Aug 2025 05:34:35 +0000 (15:34 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 29 Aug 2025 20:59:26 +0000 (06:59 +1000)
commitfd5c5032df6bea4bbf56752d8885c8a9770c4959
tree8a11a3ad74aeb95c320c8d1a85800c2ed59945a2
parentf3d9393791e6c02bae99f920d350e65cd299fed1
hw/core: Use qemu_log_trylock/unlock in cpu_common_reset_exit

Ensure that the "CPU Reset" message won't be separated
from the cpu_dump_state output.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/core/cpu-common.c