Revision efec3dd6 hw/intc/arm_gic_kvm.c

b/hw/intc/arm_gic_kvm.c
150 150
    kgc->parent_reset = dc->reset;
151 151
    dc->realize = kvm_arm_gic_realize;
152 152
    dc->reset = kvm_arm_gic_reset;
153
    dc->no_user = 1;
153
    dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
154 154
}
155 155

  
156 156
static const TypeInfo kvm_arm_gic_info = {

Also available in: Unified diff