]> git.ipfire.org Git - thirdparty/qemu.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)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 2 Oct 2023 23:01:36 +0000 (02:01 +0300)
commita98097d3a96bb24e4a1ffb02a2033ecd394da757
tree7b3190c5aa111f6131ddbd00f564bfdf27098944
parentde11111ee8b4ad0f17eecd1250ae6a2380589c0b
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>
(cherry picked from commit 0ca41ccf1c555f97873b8e02a47390fd6af4b18f)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
accel/tcg/translator.c
include/exec/translator.h