On 29/04/2015 21:20, Michael Roth wrote: > void qbus_set_hotplug_handler(BusState *bus, DeviceState *handler, Error > **errp) > { > - qbus_set_hotplug_handler_internal(bus, OBJECT(handler), errp); > + qbus_set_hotplug_handler_generic(bus, OBJECT(handler), errp); > } >
I think it's okay to just change the type of qbus_set_hotplug_handler's handler argument, and get rid altogether of qbus_set_hotplug_handler_internal. Paolo