Revision efec3dd6 hw/audio/pl041.c

b/hw/audio/pl041.c
632 632

  
633 633
    k->init = pl041_init;
634 634
    set_bit(DEVICE_CATEGORY_SOUND, dc->categories);
635
    dc->no_user = 1;
635
    dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
636 636
    dc->reset = pl041_device_reset;
637 637
    dc->vmsd = &vmstate_pl041;
638 638
    dc->props = pl041_device_properties;

Also available in: Unified diff