On 26 January 2017 at 19:36, Stefano Stabellini <sstabell...@kernel.org> wrote: > It should be just a matter of replacing qdev_init_nofail with something > that can fail. I couldn't find a regular qdev_init that can return > error, so maybe we would need to add it.
That's just object_property_set_bool(OBJECT(whatever), true, "realized", &err); ie "please realize the device". thanks -- PMM