diff options
Diffstat (limited to 'hw/vfio')
-rw-r--r-- | hw/vfio/spapr.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/vfio/spapr.c b/hw/vfio/spapr.c index 237f96d..1a5d161 100644 --- a/hw/vfio/spapr.c +++ b/hw/vfio/spapr.c @@ -11,9 +11,6 @@ #include "qemu/osdep.h" #include <sys/ioctl.h> #include <linux/vfio.h> -#ifdef CONFIG_KVM -#include <linux/kvm.h> -#endif #include "system/kvm.h" #include "system/hostmem.h" #include "exec/address-spaces.h" |