Re: [Qemu-devel] [PATCH 03/10] qom: push error reporting to object_property_find

2012-05-26 Thread Andreas Färber
Am 26.05.2012 11:58, schrieb Paolo Bonzini: > Il 25/05/2012 18:05, Andreas Färber ha scritto: @@ -698,10 +702,8 @@ void object_property_del(Object *obj, const char *name, Error **errp) void object_property_get(Object *obj, Visitor *v, const char *name,

Re: [Qemu-devel] [PATCH 03/10] qom: push error reporting to object_property_find

2012-05-26 Thread Paolo Bonzini
Il 25/05/2012 18:05, Andreas Färber ha scritto: >> > @@ -698,10 +702,8 @@ void object_property_del(Object *obj, const char >> > *name, Error **errp) >> > void object_property_get(Object *obj, Visitor *v, const char *name, >> > Error **errp) >> > { >> > -ObjectProper

Re: [Qemu-devel] [PATCH 03/10] qom: push error reporting to object_property_find

2012-05-25 Thread Andreas Färber
Am 23.05.2012 17:44, schrieb Paolo Bonzini: > Signed-off-by: Paolo Bonzini > --- > hw/qdev.c |2 +- > hw/scsi-bus.c |2 +- > include/qemu/object.h |4 +++- > qom/object.c | 22 ++ > 4 files changed, 15 insertions(+), 15 deletions(-) [

[Qemu-devel] [PATCH 03/10] qom: push error reporting to object_property_find

2012-05-23 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- hw/qdev.c |2 +- hw/scsi-bus.c |2 +- include/qemu/object.h |4 +++- qom/object.c | 22 ++ 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/hw/qdev.c b/hw/qdev.c index fc1dfbf..e909f3b