accel/tcg: Remove CF_LAST_IO
In cpu_exec_step_atomic, we did not set CF_LAST_IO, which lead to a loop with cpu_io_recompile. But since 18a536f1 ("Always require can_do_io") we no longer need a flag to indicate when the last insn should have can_do_io set, so remove the flag entirely. Reported-by:Clément Chigot <chigot@adacore.com> Tested-by:
Clément Chigot <chigot@adacore.com> Reviewed-by:
Claudio Fontana <cfontana@suse.de> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1961 Signed-off-by:
Richard Henderson <richard.henderson@linaro.org>
Showing
- accel/tcg/cpu-exec.c 1 addition, 1 deletionaccel/tcg/cpu-exec.c
- accel/tcg/tb-maint.c 2 additions, 4 deletionsaccel/tcg/tb-maint.c
- accel/tcg/translate-all.c 2 additions, 2 deletionsaccel/tcg/translate-all.c
- accel/tcg/translator.c 9 additions, 13 deletionsaccel/tcg/translator.c
- docs/devel/tcg-icount.rst 0 additions, 6 deletionsdocs/devel/tcg-icount.rst
- include/exec/translation-block.h 6 additions, 7 deletionsinclude/exec/translation-block.h
- system/watchpoint.c 2 additions, 4 deletionssystem/watchpoint.c
Loading
Please register or sign in to comment