Re: [Qemu-devel] [PATCH 3/5] qom: catch errors in object_property_add_child

2013-12-11 Thread Eric Blake
On 12/10/2013 10:00 AM, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini > --- > qom/object.c | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) Reviewed-by: Eric Blake -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization library http://libvirt.org s

[Qemu-devel] [PATCH 3/5] qom: catch errors in object_property_add_child

2013-12-10 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- qom/object.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/qom/object.c b/qom/object.c index fc19cf6..68fe07a 100644 --- a/qom/object.c +++ b/qom/object.c @@ -988,17 +988,22 @@ static void object_finalize_child_property(Object *obj,