hw/i386/pc: Remove kvm_i386.h include
commitb4de58a4e1b3d1cfe7ea1a3fc1c75e032c13ffa3
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 15 Oct 2019 16:26:57 +0000 (15 18:26 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 24 Oct 2019 12:24:54 +0000 (24 14:24 +0200)
tree4d71345e3482458c0d2dfa866accfeffb86b5764
parent4501d317b50e52de090192aab6244060fbe42da0
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>
hw/i386/pc_piix.c
hw/i386/pc_q35.c