Skip to content
Snippets Groups Projects
Commit cf9b5790 authored by Richard Henderson's avatar Richard Henderson
Browse files

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: default avatarClément Chigot <chigot@adacore.com>
Tested-by: default avatarClément Chigot <chigot@adacore.com>
Reviewed-by: default avatarClaudio Fontana <cfontana@suse.de>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1961


Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
parent 6d44474b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment