Am 30.11.2011 22:03, schrieb Anthony Liguori: > Child properties express a relationship of composition. > > Signed-off-by: Anthony Liguori <aligu...@us.ibm.com>
Do we have a flag or something that makes sure that a child is never removed without its parent? The code assumes that child stays valid as long as the parent lives. > @@ -499,4 +499,24 @@ gchar *qdev_get_canonical_path(DeviceState *dev); > */ > DeviceState *qdev_resolve_path(const char *path, bool *ambiguous); > > +/** > + * @qdev_property_add_child - Add a child property to a device > + * > + * Child properties form the composition tree. All devices need to be a > child > + * of another device. Devices can only be a child of one device. > + * > + * There is no way for a child to determine what it's parent is. It is not s/it's/its/ Kevin