Revision 0d09e41a hw/kvm/ioapic.c

b/hw/kvm/ioapic.c
10 10
 * See the COPYING file in the top-level directory.
11 11
 */
12 12

  
13
#include "hw/pc.h"
14
#include "hw/ioapic_internal.h"
15
#include "hw/apic_internal.h"
13
#include "hw/i386/pc.h"
14
#include "hw/i386/ioapic_internal.h"
15
#include "hw/i386/apic_internal.h"
16 16
#include "sysemu/kvm.h"
17 17

  
18 18
/* PC Utility function */

Also available in: Unified diff