]> git.proxmox.com Git - qemu.git/blobdiff - include/hw/pci-host/q35.h
Fix pc migration from qemu <= 1.5
[qemu.git] / include / hw / pci-host / q35.h
index 56de92ede2f41407d03660dbb945db31e6b7a4bf..309065fa417bd222960974c55442d05494173041 100644 (file)
@@ -61,6 +61,7 @@ typedef struct MCHPCIState {
     ram_addr_t above_4g_mem_size;
     uint64_t pci_hole64_size;
     PcGuestInfo *guest_info;
+    uint32_t short_root_bus;
 } MCHPCIState;
 
 typedef struct Q35PCIHost {
@@ -156,4 +157,6 @@ typedef struct Q35PCIHost {
 #define MCH_PCIE_DEV                           1
 #define MCH_PCIE_FUNC                          0
 
+uint64_t mch_mcfg_base(void);
+
 #endif /* HW_Q35_H */