]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatory
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 4 Jul 2024 15:57:10 +0000 (16:57 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Jul 2024 10:41:34 +0000 (11:41 +0100)
commit0487c631801bf21e5e2ca8a54bf207fb78bd64bf
treeec1ee2899f19c2bbd4d6550d2e8b3b641e359721
parent4f7b1ecba81c9dab8066e891ead8a4fff95781af
accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatory

Now that all targets set TCGCPUOps::cpu_exec_halt, we can make it
mandatory and remove the fallback handling that calls cpu_has_work.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
accel/tcg/cpu-exec.c
include/hw/core/tcg-cpu-ops.h