commit | b6cc36abb20a54a30fbd7d0ae98066df6c5adabc | [log] [tgz] |
---|---|---|
author | Igor Mammedov <imammedo@redhat.com> | Thu Oct 02 10:08:45 2014 +0000 |
committer | Andreas Färber <afaerber@suse.de> | Wed Oct 15 05:03:15 2014 +0200 |
tree | 0b941f306216d0ee7e52ec9c11180112acd54f70 | |
parent | 7716b8ca7479dec146062c97453dd38e505a5ab4 [diff] |
qdev: device_del: Search for to be unplugged device in 'peripheral' container device_add puts every device with 'id' inside of 'peripheral' container using id's value as the last component name. Use it by replacing recursive search on sysbus with path lookup in 'peripheral' container, which could handle both BUS and BUS-less device cases. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>