mirror of https://gitee.com/openkylin/qemu.git
kvmvapic: Make dependency on sysbus.h explicit
Allows kvmvapic to compile if sysbus.h is removed from apic_internal.h, from which it is indirectly included. sysbus.h will be removed from apic_internal.h after converting APICs to ICCDevice. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
baaeda08ff
commit
5f8df3ce6e
|
@ -12,6 +12,7 @@
|
|||
#include "sysemu/cpus.h"
|
||||
#include "sysemu/kvm.h"
|
||||
#include "hw/i386/apic_internal.h"
|
||||
#include "hw/sysbus.h"
|
||||
|
||||
#define VAPIC_IO_PORT 0x7e
|
||||
|
||||
|
|
Loading…
Reference in New Issue