Revision efec3dd6 hw/dma/pl080.c

b/hw/dma/pl080.c
381 381
{
382 382
    DeviceClass *dc = DEVICE_CLASS(oc);
383 383

  
384
    dc->no_user = 1;
384
    dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
385 385
    dc->vmsd = &vmstate_pl080;
386 386
}
387 387

  

Also available in: Unified diff