]> git.proxmox.com Git - qemu.git/blobdiff - hw/pci_host.h
virtio-serial-bus: post_load send_event when vm is running
[qemu.git] / hw / pci_host.h
index 0211086d70741120665b033e5651d8001c861c12..4b9c300fcf93e6cb4657af589ce22060cb4571b2 100644 (file)
 
 #include "sysbus.h"
 
+#define TYPE_PCI_HOST_BRIDGE "pci-host-bridge"
+#define PCI_HOST_BRIDGE(obj) \
+    OBJECT_CHECK(PCIHostState, (obj), TYPE_PCI_HOST_BRIDGE)
+
 struct PCIHostState {
     SysBusDevice busdev;
+
     MemoryRegion conf_mem;
     MemoryRegion data_mem;
+    MemoryRegion mmcfg;
     MemoryRegion *address_space;
     uint32_t config_reg;
     PCIBus *bus;