Revision 99d09dd3 include/hw/acpi/pcihp.h

b/include/hw/acpi/pcihp.h
46 46
    uint32_t hotplug_select;
47 47
    PCIBus *root;
48 48
    MemoryRegion io;
49
    bool legacy_piix;
49 50
} AcpiPciHpState;
50 51

  
51 52
void acpi_pcihp_init(AcpiPciHpState *, PCIBus *root,
52
                     MemoryRegion *address_space_io);
53
                     MemoryRegion *address_space_io, bool bridges_enabled);
53 54

  
54 55
/* Invoke on device hotplug */
55 56
int acpi_pcihp_device_hotplug(AcpiPciHpState *, PCIDevice *,

Also available in: Unified diff