diff options
author | Gonglei <arei.gonglei@huawei.com> | 2014-09-30 14:10:35 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-09-30 11:09:31 +0200 |
commit | 91ba21208839643603e7f7fa5864723c3f371ebe (patch) | |
tree | 3e347c66549490c3e8d5fe0683475064dbd745d7 /qemu-seccomp.c | |
parent | 352fa88dfb2e9c72fa2a1506acb39f349d4befbf (diff) | |
download | qemu-91ba21208839643603e7f7fa5864723c3f371ebe.zip |
virtio-balloon: fix virtio-balloon 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 hot
unplug the virtio-balloon 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>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-seccomp.c')
0 files changed, 0 insertions, 0 deletions