Mini PR, aimed at fixing the mips and ovmf regressions.
r~ The following changes since commit 36e9aab3c569d4c9ad780473596e18479838d1aa: migration: Move return path cleanup to main migration thread (2023-09-27 13:58:02 -0400) are available in the Git repository at: https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230928 for you to fetch changes up to 18a536f1f8d6222e562f59179e837fdfd8b92718: accel/tcg: Always require can_do_io (2023-09-28 10:08:13 -0700) ---------------------------------------------------------------- accel/tcg: Always require can_do_io, for #1866 ---------------------------------------------------------------- Richard Henderson (6): accel/tcg: Avoid load of icount_decr if unused accel/tcg: Hoist CF_MEMI_ONLY check outside translation loop accel/tcg: Track current value of can_do_io in the TB accel/tcg: Improve setting of can_do_io at start of TB accel/tcg: Always set CF_LAST_IO with CF_NOIRQ accel/tcg: Always require can_do_io include/exec/translator.h | 2 ++ accel/tcg/cpu-exec.c | 2 +- accel/tcg/tb-maint.c | 6 ++-- accel/tcg/translator.c | 72 +++++++++++++++++++++------------------------ target/mips/tcg/translate.c | 1 - 5 files changed, 41 insertions(+), 42 deletions(-)