]> git.proxmox.com Git - mirror_qemu.git/commit - bsd-user/main.c
Don't include sysemu/tcg.h if it is not necessary
authorThomas Huth <thuth@redhat.com>
Tue, 15 Mar 2022 14:41:07 +0000 (15:41 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 20 Apr 2022 19:12:47 +0000 (12:12 -0700)
commit55d71e0b784e03dbd15bc13d75af88ed5340fde8
tree30849f01429c18b9e4e035589987f0387c8ea632
parent2d20a57453f6a206938cbbf77bed0b378c806c1f
Don't include sysemu/tcg.h if it is not necessary

This header only defines the tcg_allowed variable and the tcg_enabled()
function - which are not required in many files that include this
header. Drop the #include statement there.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220315144107.1012530-1-thuth@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/hmp.c
accel/tcg/tcg-accel-ops-icount.c
bsd-user/main.c
hw/virtio/vhost.c
linux-user/main.c
monitor/misc.c
target/arm/helper.c
target/s390x/cpu_models_sysemu.c
target/s390x/helper.c