From: Markus Armbruster Date: Fri, 19 Jun 2015 14:17:23 +0000 (+0200) Subject: qdev: Un-deprecate qdev_init_nofail() X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~209^2~105^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=daeba9699d41ad79e2f3d34acea9c85c5d67a2ac;p=sdk%2Femulator%2Fqemu.git qdev: Un-deprecate qdev_init_nofail() It's a perfectly sensible helper function. Signed-off-by: Markus Armbruster Reviewed-by: Eric Blake Signed-off-by: Andreas Färber --- diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h index 64154a929c..038b54d94b 100644 --- a/include/hw/qdev-core.h +++ b/include/hw/qdev-core.h @@ -65,8 +65,8 @@ struct VMStateDescription; * Operations depending on @props static properties should go into @realize. * After successful realization, setting static properties will fail. * - * As an interim step, the #DeviceState:realized property is set by deprecated - * function qdev_init_nofail(). + * As an interim step, the #DeviceState:realized property can also be + * set with qdev_init_nofail(). * In the future, devices will propagate this state change to their children * and along busses they expose. * The point in time will be deferred to machine creation, so that values