+21
−22
Loading
This converts the old-style SysBusDevice::init() callback to a new-style DeviceClass::realize() callback. As a part of conversion, this replaces fprintf(stderr) with error_setg() as realize() does not "return" any value, instead it puts the extended error into **errp. Signed-off-by:Alexey Kardashevskiy <aik@ozlabs.ru> Reviewed-by:
Mike Day <ncmike@ncultra.org> Signed-off-by:
Andreas Färber <afaerber@suse.de>