Revision 39355c38 hw/qdev.c

b/hw/qdev.c
428 428
    }
429 429
}
430 430

  
431
void qbus_create_inplace(BusState *bus, const char *typename,
431
void qbus_create_inplace(void *bus, const char *typename,
432 432
                         DeviceState *parent, const char *name)
433 433
{
434 434
    object_initialize(bus, typename);

Also available in: Unified diff