提交 e81096b1 编写于 作者: P Paolo Bonzini

explicitly include linux/kvm.h

Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
上级 3b3d2648
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "hw/timer/i8254.h" #include "hw/timer/i8254.h"
#include "hw/timer/i8254_internal.h" #include "hw/timer/i8254_internal.h"
#include "sysemu/kvm.h" #include "sysemu/kvm.h"
#include "linux/kvm.h"
#define KVM_PIT_REINJECT_BIT 0 #define KVM_PIT_REINJECT_BIT 0
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "hw/pci/pci.h" #include "hw/pci/pci.h"
#include "hw/pci/msi.h" #include "hw/pci/msi.h"
#include "linux/kvm.h"
#include "kvm_i386.h" #include "kvm_i386.h"
#include "hw/pci/pci-assign.h" #include "hw/pci/pci-assign.h"
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include "cpu.h" #include "cpu.h"
#include "hw/hw.h" #include "hw/hw.h"
#include "trace.h" #include "trace.h"
#include "linux/kvm.h"
#include "hw/ppc/spapr.h" #include "hw/ppc/spapr.h"
#include "hw/ppc/xics.h" #include "hw/ppc/xics.h"
#include "kvm_ppc.h" #include "kvm_ppc.h"
......
...@@ -30,6 +30,9 @@ ...@@ -30,6 +30,9 @@
#include "hw/hw.h" #include "hw/hw.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "sysemu/kvm.h" #include "sysemu/kvm.h"
#ifdef CONFIG_KVM
#include "linux/kvm.h"
#endif
#include "trace.h" #include "trace.h"
struct vfio_group_head vfio_group_list = struct vfio_group_head vfio_group_list =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册