Revision efec3dd6 hw/intc/arm_gic.c

b/hw/intc/arm_gic.c
704 704
    DeviceClass *dc = DEVICE_CLASS(klass);
705 705
    ARMGICClass *agc = ARM_GIC_CLASS(klass);
706 706

  
707
    dc->no_user = 1;
707
    dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
708 708
    agc->parent_realize = dc->realize;
709 709
    dc->realize = arm_gic_realize;
710 710
}

Also available in: Unified diff