Revision 0d09e41a hw/kvm/i8259.c

b/hw/kvm/i8259.c
9 9
 * This work is licensed under the terms of the GNU GPL version 2.
10 10
 * See the COPYING file in the top-level directory.
11 11
 */
12
#include "hw/i8259_internal.h"
13
#include "hw/apic_internal.h"
12
#include "hw/isa/i8259_internal.h"
13
#include "hw/i386/apic_internal.h"
14 14
#include "sysemu/kvm.h"
15 15

  
16 16
static void kvm_pic_get(PICCommonState *s)

Also available in: Unified diff