commit | d3c4931647c16c2ffc09a2c7c80d71c73cd026c6 | [log] [tgz] |
---|---|---|
author | Peter Crosthwaite <peter.crosthwaite@xilinx.com> | Thu Sep 25 22:19:19 2014 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Oct 23 16:41:25 2014 +0200 |
tree | ae88284c413fc4fe6b50cdec8a699214c28c068f | |
parent | 4adea8042f880dd9bd7cb5c191a781ec86fdc587 [diff] |
qom: Allow clearing of a Link property By passing in "" to object_property_set_link. The lead user of this is the QDEV GPIO framework which will implement GPIO disconnects via an "unlink". GPIO disconnection is used by qtest's irq_intercept_out command. Reviewed-by: Alexander Graf <agraf@suse.de> Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>