summaryrefslogtreecommitdiffstats
path: root/include/hw/qdev-core.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2015-06-19 16:17:23 +0200
committerAndreas Färber <afaerber@suse.de>2015-06-19 19:14:32 +0200
commitdaeba9699d41ad79e2f3d34acea9c85c5d67a2ac (patch)
tree1b7d73725b034113a275a1d9bf489c47e7cabd8b /include/hw/qdev-core.h
parent0210afe6690be045cb849b2f16bffabda575a9bf (diff)
downloadhqemu-daeba9699d41ad79e2f3d34acea9c85c5d67a2ac.zip
hqemu-daeba9699d41ad79e2f3d34acea9c85c5d67a2ac.tar.gz
qdev: Un-deprecate qdev_init_nofail()
It's a perfectly sensible helper function. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include/hw/qdev-core.h')
-rw-r--r--include/hw/qdev-core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h
index 64154a9..038b54d 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
OpenPOWER on IntegriCloud