Re: [Qemu-devel] [PATCH qom v3 05/14] qom: Allow clearing of a Link property

2014-09-26 Thread Igor Mammedov
On Thu, 25 Sep 2014 22:19:19 -0700 Peter Crosthwaite wrote: > By passing in NULL to object_property_set_link. > > The lead user of this is the QDEV GPIO framework which will implement > GPIO disconnects via an "unlink". > > Reviewed-by: Alexander Graf > Signed-off-by: Peter Crosthwaite > ---

Re: [Qemu-devel] [PATCH qom v3 05/14] qom: Allow clearing of a Link property

2014-09-26 Thread Paolo Bonzini
Il 26/09/2014 07:19, Peter Crosthwaite ha scritto: > By passing in NULL to object_property_set_link. > > The lead user of this is the QDEV GPIO framework which will implement > GPIO disconnects via an "unlink". > > Reviewed-by: Alexander Graf > Signed-off-by: Peter Crosthwaite > --- > > qom/o

[Qemu-devel] [PATCH qom v3 05/14] qom: Allow clearing of a Link property

2014-09-25 Thread Peter Crosthwaite
By passing in NULL to object_property_set_link. The lead user of this is the QDEV GPIO framework which will implement GPIO disconnects via an "unlink". Reviewed-by: Alexander Graf Signed-off-by: Peter Crosthwaite --- qom/object.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff