Revision efec3dd6 hw/ide/piix.c

b/hw/ide/piix.c
248 248
    k->device_id = PCI_DEVICE_ID_INTEL_82371SB_1;
249 249
    k->class_id = PCI_CLASS_STORAGE_IDE;
250 250
    set_bit(DEVICE_CATEGORY_STORAGE, dc->categories);
251
    dc->no_user = 1;
251
    dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
252 252
}
253 253

  
254 254
static const TypeInfo piix3_ide_info = {
......
267 267
    k->device_id = PCI_DEVICE_ID_INTEL_82371SB_1;
268 268
    k->class_id = PCI_CLASS_STORAGE_IDE;
269 269
    set_bit(DEVICE_CATEGORY_STORAGE, dc->categories);
270
    dc->no_user = 1;
270
    dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
271 271
    dc->unplug = pci_piix3_xen_ide_unplug;
272 272
}
273 273

  
......
289 289
    k->device_id = PCI_DEVICE_ID_INTEL_82371AB;
290 290
    k->class_id = PCI_CLASS_STORAGE_IDE;
291 291
    set_bit(DEVICE_CATEGORY_STORAGE, dc->categories);
292
    dc->no_user = 1;
292
    dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
293 293
}
294 294

  
295 295
static const TypeInfo piix4_ide_info = {

Also available in: Unified diff