Revision 7df32ca0 hw/pci.h

b/hw/pci.h
90 90
    pcibus_t addr; /* current PCI mapping address. -1 means not mapped */
91 91
#define PCI_BAR_UNMAPPED (~(pcibus_t)0)
92 92
    pcibus_t size;
93
    pcibus_t filtered_size;
94 93
    uint8_t type;
95 94
    MemoryRegion *memory;
96 95
    MemoryRegion *address_space;
......
273 272

  
274 273
void do_pci_info_print(Monitor *mon, const QObject *data);
275 274
void do_pci_info(Monitor *mon, QObject **ret_data);
276
void pci_bridge_update_mappings(PCIBus *b);
277 275

  
278 276
void pci_device_deassert_intx(PCIDevice *dev);
279 277

  

Also available in: Unified diff