summary refs log tree commit diff stats
path: root/hw/core/null-machine.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-04-24 09:48:42 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2025-04-25 17:09:58 +0200
commit58bc9db84af4e1bf3a8c55fa18277acbfaeb1caf (patch)
tree4dc96fdbf056889de8336cf9c704fd3da91aec7d /hw/core/null-machine.c
parent2ef9faf03720a40eae7fc8956f1941dddfb0eea7 (diff)
downloadfocaccia-qemu-58bc9db84af4e1bf3a8c55fa18277acbfaeb1caf.tar.gz
focaccia-qemu-58bc9db84af4e1bf3a8c55fa18277acbfaeb1caf.zip
accel/tcg: Correct list of included headers in tcg-stub.c
In commit 3549118b498 we moved cpu_loop_exit*() declarations to
"exec/cpu-common.h" but neglected to update tcg-stub.c. We missed
it because "exec/cpu-common.h" is indirectly pulled in via
"exec/exec-all.h" -> "exec/translation-block.h". Include it
directly instead of the not necessary "exec/exec-all.h".

Commit bb6cf6f0168 ("accel/tcg: Factor tcg_cpu_reset_hold() out")
removed the need for "exec/tb-flush.h", so remote it too.

Fixes: 3549118b498 ("exec: Move cpu_loop_foo() functions to 'cpu-common.h'")
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Message-Id: <20250424094653.35932-4-philmd@linaro.org>
Diffstat (limited to 'hw/core/null-machine.c')
0 files changed, 0 insertions, 0 deletions