]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Declare cpu_loop_exit_requested() in 'exec/cpu-common.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 17 Dec 2024 13:47:19 +0000 (14:47 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 20 Dec 2024 16:44:57 +0000 (17:44 +0100)
commit47f7b6441a89af2bc0d2587112073b26e87493ec
tree9e5e6800828bc8b7098401eae03ab464b566f7bc
parent5c09d295e0e4cd9c252fb2c8f7f71b0cbd3a7b4d
accel/tcg: Declare cpu_loop_exit_requested() in 'exec/cpu-common.h'

Move cpu_loop_exit_requested() declaration to "exec/cpu-common.h",
along with the related cpu_loop_exit_noexc(), cpu_loop_exit(),
cpu_loop_exit_atomic() and cpu_loop_exit_restore() methods.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20241217140648.98538-1-philmd@linaro.org>
accel/tcg/cpu-exec.c
include/exec/cpu-common.h
include/exec/exec-all.h
target/arm/tcg/helper-a64.c
target/s390x/tcg/mem_helper.c