]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/i386/pc: Remove kvm_i386.h include
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 15 Oct 2019 16:26:57 +0000 (18:26 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 24 Oct 2019 12:24:54 +0000 (14:24 +0200)
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é <philmd@redhat.com>
Message-Id: <20191015162705.28087-25-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc_piix.c
hw/i386/pc_q35.c

index 648dc9ab2d420fb1c4438a47577864ccffde7dd9..3a4a64a38de80a5a78db4085d7e1238a114912ad 100644 (file)
@@ -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
index 157d1daa60ee5f1f86becdc7466c8243bc4650ee..def3bc2d7bda77e4edffd7404ebc4e15df245a0a 100644 (file)
@@ -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"