]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Always set CF_LAST_IO with CF_NOIRQ
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 14 Sep 2023 15:36:11 +0000 (08:36 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Sep 2023 17:08:03 +0000 (10:08 -0700)
commit200c1f904f46c209cb022e711a48b89e46512902
tree21166bd67a2cf3bca58447df2a457cec6360ced7
parenta2f99d484c54adda13e62bf75ba512618a3fe470
accel/tcg: Always set CF_LAST_IO with CF_NOIRQ

Without this we can get see loops through cpu_io_recompile,
in which the cpu makes no progress.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
accel/tcg/tb-maint.c