Revision 776e1bbb hw/pci.c

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),

Also available in: Unified diff