diff options
| author | Gonglei <arei.gonglei@huawei.com> | 2014-09-30 14:10:37 +0800 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-09-30 11:09:59 +0200 |
| commit | 8f3d60e568f53cb3ccdedd917f8e49cdb304973b (patch) | |
| tree | b30f400b4e1883b80e811fc972bb4f6cfc1ec1e5 /qemu-file-unix.c | |
| parent | 48833071d955406ebeddc365a8df8b5cb12b035f (diff) | |
| download | focaccia-qemu-8f3d60e568f53cb3ccdedd917f8e49cdb304973b.tar.gz focaccia-qemu-8f3d60e568f53cb3ccdedd917f8e49cdb304973b.zip | |
virtio-9p: fix virtio-9p child refcount in transports
object_initialize() leaves the object with a refcount of 1. object_property_add_child() adds its own reference which is dropped again when the property is deleted. The upshot of this is that we always have a refcount >= 1. Upon unplug the virtio-9p child is not finalized! Drop our reference after the child property has been added to the parent. Signed-off-by: Gonglei <arei.gonglei@huawei.com> Cc: qemu-stable@nongnu.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-file-unix.c')
0 files changed, 0 insertions, 0 deletions