Revision 776e1bbb

b/hw/apb_pci.c
365 365
    .qdev.name = "pbm",
366 366
    .qdev.size = sizeof(PCIDevice),
367 367
    .init      = pbm_pci_host_init,
368
    .header_type  = PCI_HEADER_TYPE_BRIDGE,
368 369
};
369 370

  
370 371
static void pbm_register_devices(void)
b/hw/grackle_pci.c
181 181
    .qdev.name = "dec-21154",
182 182
    .qdev.size = sizeof(PCIDevice),
183 183
    .init      = dec_21154_pci_host_init,
184
    .header_type  = PCI_HEADER_TYPE_BRIDGE,
184 185
};
185 186

  
186 187
static void grackle_register_devices(void)
b/hw/pci.c
1874 1874
    .init         = pci_bridge_initfn,
1875 1875
    .exit         = pci_bridge_exitfn,
1876 1876
    .config_write = pci_bridge_write_config,
1877
    .header_type  = PCI_HEADER_TYPE_BRIDGE,
1877 1878
    .qdev.props   = (Property[]) {
1878 1879
        DEFINE_PROP_HEX32("vendorid", PCIBridge, vid, 0),
1879 1880
        DEFINE_PROP_HEX32("deviceid", PCIBridge, did, 0),
b/hw/unin_pci.c
269 269
    .qdev.name = "dec-21154",
270 270
    .qdev.size = sizeof(PCIDevice),
271 271
    .init      = dec_21154_pci_host_init,
272
    .header_type  = PCI_HEADER_TYPE_BRIDGE,
272 273
};
273 274

  
274 275
static PCIDeviceInfo unin_agp_pci_host_info = {

Also available in: Unified diff