Revision efec3dd6 hw/isa/piix4.c

b/hw/isa/piix4.c
113 113
    k->device_id = PCI_DEVICE_ID_INTEL_82371AB_0;
114 114
    k->class_id = PCI_CLASS_BRIDGE_ISA;
115 115
    dc->desc = "ISA bridge";
116
    dc->no_user = 1;
116
    dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
117 117
    dc->vmsd = &vmstate_piix4;
118 118
}
119 119

  

Also available in: Unified diff