]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pci_host.h
Merge remote-tracking branch 'mst/for_anthony' into staging
[mirror_qemu.git] / hw / pci_host.h
index c8390eec561e69e4e1c8917e3626b121316fd00d..7f551143bb273e32210be23857d75c6ae3f94c8c 100644 (file)
@@ -35,6 +35,7 @@ struct PCIHostState {
     SysBusDevice busdev;
     ReadWriteHandler conf_handler;
     ReadWriteHandler data_handler;
+    MemoryRegion *address_space;
     uint32_t config_reg;
     PCIBus *bus;
 };