diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-10-15 18:26:57 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-10-24 14:24:54 +0200 |
commit | b4de58a4e1b3d1cfe7ea1a3fc1c75e032c13ffa3 (patch) | |
tree | 4d71345e3482458c0d2dfa866accfeffb86b5764 /hw/i386/pc_piix.c | |
parent | 4501d317b50e52de090192aab6244060fbe42da0 (diff) | |
download | qemu-b4de58a4e1b3d1cfe7ea1a3fc1c75e032c13ffa3.zip qemu-b4de58a4e1b3d1cfe7ea1a3fc1c75e032c13ffa3.tar.gz qemu-b4de58a4e1b3d1cfe7ea1a3fc1c75e032c13ffa3.tar.bz2 |
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é <philmd@redhat.com>
Message-Id: <20191015162705.28087-25-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/i386/pc_piix.c')
-rw-r--r-- | hw/i386/pc_piix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 648dc9a..3a4a64a 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 |