]> git.ipfire.org Git - thirdparty/qemu.git/commit
cpus: Introduce SysemuCPUOps::has_work() handler
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 21 Jan 2025 11:57:16 +0000 (12:57 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 9 Mar 2025 16:00:47 +0000 (17:00 +0100)
commit72eacd623170dd680557ece6957575c30774cdef
treeabec4c0ddfdb0283cfa2235deb0264f9026ebcf2
parent8f8dbe04bdafdbe265e9ae25737bb18daacc6ca6
cpus: Introduce SysemuCPUOps::has_work() handler

SysemuCPUOps::has_work() is similar to CPUClass::has_work(),
but only exposed on system emulation.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250125170125.32855-4-philmd@linaro.org>
hw/core/cpu-system.c
include/accel/tcg/cpu-ops.h
include/hw/core/sysemu-cpu-ops.h