Skip to content

Commit

Permalink
kvmvapic: Make dependency on sysbus.h explicit
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Igor Mammedov authored and afaerber committed May 1, 2013
1 parent baaeda0 commit 5f8df3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/i386/kvmvapic.c
Expand Up @@ -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

Expand Down

0 comments on commit 5f8df3c

Please sign in to comment.