]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel: Introduce cpu_exec_reset_hold()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 15 Sep 2023 20:55:33 +0000 (22:55 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 7 Nov 2023 11:13:27 +0000 (12:13 +0100)
commit1b5120d74b1e19c12f8f476f8015a0ac87e11878
tree9cf14a7814f3c1594933604d056b2434a3a88596
parentf4f826c0e0c189869ef55e540a5dcbd90fe392bb
accel: Introduce cpu_exec_reset_hold()

Introduce cpu_exec_reset_hold() which call an accelerator
specific AccelOpsClass::cpu_reset_hold() handler.

Define a stub on TCG user emulation, because CPU reset is
irrelevant there.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230918104153.24433-3-philmd@linaro.org>
accel/tcg/user-exec-stub.c
hw/core/cpu-common.c
include/hw/core/cpu.h
include/sysemu/accel-ops.h
system/cpus.c