aboutsummaryrefslogtreecommitdiff
path: root/migration-unix.c
diff options
context:
space:
mode:
authorGonglei <arei.gonglei@huawei.com>2014-09-30 14:10:32 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2014-09-30 11:09:12 +0200
commite77ca8b92af8a5213897331d676089e8919f383d (patch)
treedb147df75b79e14e4540ab3ae0837403cece9b6d /migration-unix.c
parent4f456d8025c7259c66b2b2bcec99d5c6c94d99be (diff)
virtio-serial: fix virtio-serial 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-serial 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 'migration-unix.c')
0 files changed, 0 insertions, 0 deletions