diff options
Diffstat (limited to 'hw/vfio/pci.h')
-rw-r--r-- | hw/vfio/pci.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/vfio/pci.h b/hw/vfio/pci.h index 6c59300..f835b1d 100644 --- a/hw/vfio/pci.h +++ b/hw/vfio/pci.h @@ -14,12 +14,14 @@ #include "system/memory.h" #include "hw/pci/pci_device.h" -#include "hw/vfio/vfio-common.h" +#include "hw/vfio/vfio-device.h" +#include "hw/vfio/vfio-region.h" #include "qemu/event_notifier.h" #include "qemu/queue.h" #include "qemu/timer.h" #include "qom/object.h" #include "system/kvm.h" +#include "vfio-display.h" #define PCI_ANY_ID (~0) |