diff options
author | Amos Kong <kongjianjun@gmail.com> | 2012-05-20 17:57:45 +0800 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-05-29 20:19:24 -0500 |
commit | a6de8ed80e1cf47d0f372e0856e6eeb6de9bbf0e (patch) | |
tree | 7cc00113c7e10ca1081dc5d14d79c004fa0451ec /ui | |
parent | 9c3a596a03cc10c2d9097f057b9ccb9d557a4d5f (diff) | |
download | qemu-a6de8ed80e1cf47d0f372e0856e6eeb6de9bbf0e.zip |
pci: call object_unparent() before free_qdev()
Start VM with 8 multiple-function block devs, hot-removing
those block devs by 'device_del ...' would cause qemu abort.
| (qemu) device_del virti0-0-0
| (qemu) **
|ERROR:qom/object.c:389:object_delete: assertion failed: (obj->ref == 0)
It's a regression introduced by commit 57c9fafe
The whole PCI slot should be removed once. Currently only one func
is cleaned in pci_unplug_device(), if you try to remove a single
func by monitor cmd.
free_qdev() are called for all functions in slot,
but unparent_delete() is only called for one
function.
Signed-off-by: XXXX
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'ui')
0 files changed, 0 insertions, 0 deletions