From: Philippe Mathieu-Daudé Date: Tue, 15 Oct 2019 16:26:57 +0000 (+0200) Subject: hw/i386/pc: Remove kvm_i386.h include X-Git-Tag: v4.2.0-rc0~33^2~5^2~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b4de58a4e1b3d1cfe7ea1a3fc1c75e032c13ffa3;p=users%2Fdwmw2%2Fqemu.git hw/i386/pc: Remove kvm_i386.h include By extracting pc_gsi_create() and pc_i8259_create() we removed the access to "kvm_i386.h" from the machine code. We can now remove it. Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20191015162705.28087-25-philmd@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 648dc9ab2d..3a4a64a38d 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -57,7 +57,6 @@ #endif #include "migration/global_state.h" #include "migration/misc.h" -#include "kvm_i386.h" #include "sysemu/numa.h" #define MAX_IDE_BUS 2 diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c index 157d1daa60..def3bc2d7b 100644 --- a/hw/i386/pc_q35.c +++ b/hw/i386/pc_q35.c @@ -36,7 +36,6 @@ #include "hw/timer/mc146818rtc.h" #include "hw/xen/xen.h" #include "sysemu/kvm.h" -#include "kvm_i386.h" #include "hw/kvm/clock.h" #include "hw/pci-host/q35.h" #include "hw/qdev-properties.h"