diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-01-25 14:12:34 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-02-01 15:53:10 -0600 |
commit | 06f7f2bb562826101468f387b4a34971b16e9aee (patch) | |
tree | 17379e83fd14c60f1c83402ed76bf186bbf6582c /net | |
parent | 6853d27a1253cd29c43d08b0624e7938a48d52a7 (diff) | |
download | qemu-06f7f2bb562826101468f387b4a34971b16e9aee.zip qemu-06f7f2bb562826101468f387b4a34971b16e9aee.tar.gz qemu-06f7f2bb562826101468f387b4a34971b16e9aee.tar.bz2 |
qdev: move unrealization of devices from finalize to unparent
Similarly, a bus holds a reference back to the device, and this will
prevent the device from going away as soon as this reference is counted
properly. To avoid this, move the unrealization of devices to the
unparent callback. This includes recursively unparenting all the buses
and (after the previous patch) the devices on those buses, which ensures
that the web of references completely disappears for all devices that
reside (in the qdev tree) below the one being unplugged.
After this patch, the qdev tree and the bus<->child relationship is
defined as "A is above B, iff unplugging A will automatically unplug B".
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions