Revision a6a9239c hw/pci.c

b/hw/pci.c
1806 1806

  
1807 1807
    monitor_printf(mon, "%*sclass %s, addr %02x:%02x.%x, "
1808 1808
                   "pci id %04x:%04x (sub %04x:%04x)\n",
1809
                   indent, "", ctxt,
1810
                   d->config[PCI_SECONDARY_BUS],
1809
                   indent, "", ctxt, pci_bus_num(d->bus),
1811 1810
                   PCI_SLOT(d->devfn), PCI_FUNC(d->devfn),
1812 1811
                   pci_get_word(d->config + PCI_VENDOR_ID),
1813 1812
                   pci_get_word(d->config + PCI_DEVICE_ID),

Also available in: Unified diff