Revision efec3dd6 hw/ide/via.c

b/hw/ide/via.c
225 225
    k->revision = 0x06;
226 226
    k->class_id = PCI_CLASS_STORAGE_IDE;
227 227
    set_bit(DEVICE_CATEGORY_STORAGE, dc->categories);
228
    dc->no_user = 1;
228
    dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
229 229
}
230 230

  
231 231
static const TypeInfo via_ide_info = {

Also available in: Unified diff