Revision efec3dd6 hw/sd/pl181.c

b/hw/sd/pl181.c
506 506
    sdc->init = pl181_init;
507 507
    k->vmsd = &vmstate_pl181;
508 508
    k->reset = pl181_reset;
509
    k->no_user = 1;
509
    k->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
510 510
}
511 511

  
512 512
static const TypeInfo pl181_info = {

Also available in: Unified diff