]> Git Repo - qemu.git/blobdiff - hw/vfio/pci.c
memory: Access MemoryRegion with endianness
[qemu.git] / hw / vfio / pci.c
index d7a4e1875c055eed8983b3553bde376406aea938..dc3479c374e3f23ad47f413288b5e65a0ada8f57 100644 (file)
 #include <linux/vfio.h>
 #include <sys/ioctl.h>
 
+#include "hw/hw.h"
 #include "hw/pci/msi.h"
 #include "hw/pci/msix.h"
 #include "hw/pci/pci_bridge.h"
+#include "hw/qdev-properties.h"
+#include "migration/vmstate.h"
 #include "qemu/error-report.h"
+#include "qemu/main-loop.h"
 #include "qemu/module.h"
 #include "qemu/option.h"
 #include "qemu/range.h"
 #include "qemu/units.h"
 #include "sysemu/kvm.h"
+#include "sysemu/runstate.h"
 #include "sysemu/sysemu.h"
 #include "pci.h"
 #include "trace.h"
This page took 0.023936 seconds and 4 git commands to generate.