]> git.proxmox.com Git - mirror_qemu.git/commit
accel: Do not set CPUState::can_do_io in non-TCG accels
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 29 Nov 2023 15:42:01 +0000 (16:42 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 19 Jan 2024 11:28:59 +0000 (12:28 +0100)
commit396f66f99dfb405bd2a29582d043d2a6b7b37d6d
tree96cc1363f9cedb316f0f4cca222d40096bdb5dab
parentb94b8c604b6d4e6071569c4c00a1f4c841028934
accel: Do not set CPUState::can_do_io in non-TCG accels

'can_do_io' is specific to TCG. It was added to other
accelerators in 626cf8f4c6 ("icount: set can_do_io outside
TB execution"), then likely copy/pasted in commit c97d6d2cdf
("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>
accel/dummy-cpus.c
accel/hvf/hvf-accel-ops.c
accel/kvm/kvm-accel-ops.c