Revision 90a20dbb hw/pci_internals.h

b/hw/pci_internals.h
22 22
    pci_hotplug_fn hotplug;
23 23
    DeviceState *hotplug_qdev;
24 24
    void *irq_opaque;
25
    PCIDevice *devices[256];
25
    PCIDevice *devices[PCI_SLOT_MAX * PCI_FUNC_MAX];
26 26
    PCIDevice *parent_dev;
27 27
    target_phys_addr_t mem_base;
28 28

  

Also available in: Unified diff