Revision eb0557db

b/hw/pci.c
1568 1568
        /* memory base/limit, prefetchable base/limit and
1569 1569
           io base/limit upper 16 */
1570 1570
        ranges_overlap(address, len, PCI_MEMORY_BASE, 20)) {
1571
        pci_bridge_update_mappings(d->bus);
1571
        PCIBridge *s = container_of(d, PCIBridge, dev);
1572
        PCIBus *secondary_bus = &s->bus;
1573
        pci_bridge_update_mappings(secondary_bus);
1572 1574
    }
1573 1575
}
1574 1576

  

Also available in: Unified diff