explicitly include linux/kvm.h
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Dec 2015 10:03:51 +0000 (11:03 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 May 2016 14:42:27 +0000 (16:42 +0200)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/kvm/i8254.c
hw/i386/kvm/pci-assign.c
hw/intc/xics_kvm.c
hw/vfio/common.c

index a4462e5ca9c9e5a04f845a5581d9e27d52f9dc2c..734992ead0fec941ec67fe1bff04bd21a78f1a0d 100644 (file)
@@ -29,6 +29,7 @@
 #include "hw/timer/i8254.h"
 #include "hw/timer/i8254_internal.h"
 #include "sysemu/kvm.h"
+#include "linux/kvm.h"
 
 #define KVM_PIT_REINJECT_BIT 0
 
index bf425a2b9f1e50490fdf7b32a0cc584ab4cf3068..db2cbd200241efd8878225af6df35460f0993be5 100644 (file)
@@ -33,6 +33,7 @@
 #include "sysemu/sysemu.h"
 #include "hw/pci/pci.h"
 #include "hw/pci/msi.h"
+#include "linux/kvm.h"
 #include "kvm_i386.h"
 #include "hw/pci/pci-assign.h"
 
index 9029d9ee0bd2898025235f8e1c90f73083f4bae1..b40292d05068badf8abf3bc8188022044de0ee5b 100644 (file)
@@ -31,6 +31,7 @@
 #include "cpu.h"
 #include "hw/hw.h"
 #include "trace.h"
+#include "linux/kvm.h"
 #include "hw/ppc/spapr.h"
 #include "hw/ppc/xics.h"
 #include "kvm_ppc.h"
index f27db36fb3aee03736621e77cdbb10a8ac4d1a6f..88154a1f03e3787b8b7d99253588bbf05abdfb8c 100644 (file)
@@ -30,6 +30,9 @@
 #include "hw/hw.h"
 #include "qemu/error-report.h"
 #include "sysemu/kvm.h"
+#ifdef CONFIG_KVM
+#include "linux/kvm.h"
+#endif
 #include "trace.h"
 
 struct vfio_group_head vfio_group_list =