Revision efec3dd6 hw/isa/vt82c686.c

b/hw/isa/vt82c686.c
480 480
    k->class_id = PCI_CLASS_BRIDGE_ISA;
481 481
    k->revision = 0x40;
482 482
    dc->desc = "ISA bridge";
483
    dc->no_user = 1;
483
    dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
484 484
    dc->vmsd = &vmstate_via;
485 485
}
486 486

  

Also available in: Unified diff