Revision efec3dd6 hw/pci-host/grackle.c

b/hw/pci-host/grackle.c
130 130
    k->device_id = PCI_DEVICE_ID_MOTOROLA_MPC106;
131 131
    k->revision  = 0x00;
132 132
    k->class_id  = PCI_CLASS_BRIDGE_HOST;
133
    dc->no_user = 1;
133
    dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
134 134
}
135 135

  
136 136
static const TypeInfo grackle_pci_info = {
......
146 146
    DeviceClass *dc = DEVICE_CLASS(klass);
147 147

  
148 148
    k->init = pci_grackle_init_device;
149
    dc->no_user = 1;
149
    dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
150 150
}
151 151

  
152 152
static const TypeInfo grackle_pci_host_info = {

Also available in: Unified diff