Revision efec3dd6 hw/input/pckbd.c

b/hw/input/pckbd.c
522 522
    DeviceClass *dc = DEVICE_CLASS(klass);
523 523

  
524 524
    dc->realize = i8042_realizefn;
525
    dc->no_user = 1;
525
    dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
526 526
    dc->vmsd = &vmstate_kbd_isa;
527 527
}
528 528

  

Also available in: Unified diff