mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
'can_do_io' is specific to TCG. It was added to other accelerators in626cf8f4c6
("icount: set can_do_io outside TB execution"), then likely copy/pasted in commitc97d6d2cdf
("i386: hvf: add code base from Google's QEMU repository"). Having it set in non-TCG code is confusing, so remove it from QTest / HVF / KVM. Fixes:626cf8f4c6
("icount: set can_do_io outside TB execution") Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231129205037.16849-1-philmd@linaro.org>