]> Git Repo - qemu.git/blobdiff - hw/xen_pt.h
Merge branch 'eflags3' of git://github.com/rth7680/qemu
[qemu.git] / hw / xen_pt.h
index 112477a8812b8f5e0ef598865a25214a660a4cb8..e3497302cf41dc5dee8b59e6e2b7b6f68dd50fd6 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "qemu-common.h"
 #include "xen_common.h"
-#include "pci.h"
+#include "pci/pci.h"
 #include "xen-host-pci-device.h"
 
 void xen_pt_log(const PCIDevice *d, const char *f, ...) GCC_FMT_ATTR(2, 3);
@@ -209,6 +209,7 @@ struct XenPCIPassthroughState {
     MemoryRegion rom;
 
     MemoryListener memory_listener;
+    MemoryListener io_listener;
 };
 
 int xen_pt_config_init(XenPCIPassthroughState *s);
This page took 0.02037 seconds and 4 git commands to generate.