Revision 556cd098 hw/grackle_pci.c

b/hw/grackle_pci.c
178 178
};
179 179

  
180 180
static PCIDeviceInfo dec_21154_pci_host_info = {
181
    .qdev.name = "DEC 21154",
181
    .qdev.name = "dec-21154",
182 182
    .qdev.size = sizeof(PCIDevice),
183 183
    .init      = dec_21154_pci_host_init,
184 184
};
......
188 188
    sysbus_register_dev("grackle", sizeof(GrackleState),
189 189
                        pci_grackle_init_device);
190 190
    pci_qdev_register(&grackle_pci_host_info);
191
    sysbus_register_dev("DEC 21154", sizeof(GrackleState),
191
    sysbus_register_dev("dec-21154", sizeof(GrackleState),
192 192
                        pci_dec_21154_init_device);
193 193
    pci_qdev_register(&dec_21154_pci_host_info);
194 194
}

Also available in: Unified diff