Revision efec3dd6 hw/timer/pl031.c

b/hw/timer/pl031.c
251 251
    SysBusDeviceClass *k = SYS_BUS_DEVICE_CLASS(klass);
252 252

  
253 253
    k->init = pl031_init;
254
    dc->no_user = 1;
254
    dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
255 255
    dc->vmsd = &vmstate_pl031;
256 256
}
257 257

  

Also available in: Unified diff