]> xenbits.xensource.com Git - qemu-xen.git/commit
accel/tcg: Track current value of can_do_io in the TB
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 14 Sep 2023 15:06:14 +0000 (08:06 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Sep 2023 17:07:32 +0000 (10:07 -0700)
commit0ca41ccf1c555f97873b8e02a47390fd6af4b18f
tree1e0d67976a3ad9d4402dd8cbb9297d31bd960edf
parent5d97e94638100fd3e5b8d76ab30e1066cd4b1823
accel/tcg: Track current value of can_do_io in the TB

Simplify translator_io_start by recording the current
known value of can_do_io within DisasContextBase.

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