Revision be92bbf7

b/hw/cirrus_vga.c
3227 3227
    .qdev.desc    = "Cirrus CLGD 54xx VGA",
3228 3228
    .qdev.size    = sizeof(PCICirrusVGAState),
3229 3229
    .qdev.vmsd    = &vmstate_pci_cirrus_vga,
3230
    .no_hotplug   = 1,
3230 3231
    .init         = pci_cirrus_vga_initfn,
3231 3232
    .romfile      = VGABIOS_CIRRUS_FILENAME,
3232 3233
    .config_write = pci_cirrus_write_config,
b/hw/vga-pci.c
110 110
    .qdev.name    = "VGA",
111 111
    .qdev.size    = sizeof(PCIVGAState),
112 112
    .qdev.vmsd    = &vmstate_vga_pci,
113
    .no_hotplug   = 1,
113 114
    .init         = pci_vga_initfn,
114 115
    .config_write = pci_vga_write_config,
115 116
    .romfile      = "vgabios-stdvga.bin",
b/hw/vmware_vga.c
1318 1318
    .qdev.name    = "vmware-svga",
1319 1319
    .qdev.size    = sizeof(struct pci_vmsvga_state_s),
1320 1320
    .qdev.vmsd    = &vmstate_vmware_vga,
1321
    .no_hotplug   = 1,
1321 1322
    .init         = pci_vmsvga_initfn,
1322 1323
    .romfile      = "vgabios-vmware.bin",
1323 1324
};

Also available in: Unified diff