]> 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)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 2 Oct 2023 23:01:36 +0000 (02:01 +0300)
commitd6cca99ecdce65afc8d3dabf99b51c63baf7e588
tree8138873ba17056ac9ae71c5359d127ad31458322
parent6c2e2e4f77f7c3ac8f20f5a37d5e02eaf5e99246
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>
(cherry picked from commit 200c1f904f46c209cb022e711a48b89e46512902)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
accel/tcg/cpu-exec.c
accel/tcg/tb-maint.c