qdev: Have qdev_set_parent_bus() handle devices already on a bus
commit91c968ac72f59345a2ebc3abd483c26200afdf3a
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Feb 2017 14:55:08 +0000 (28 14:55 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Feb 2017 17:10:00 +0000 (28 17:10 +0000)
tree02c42615adf551057e00053d4294ff15b5c8de23
parent07a5628cb89f13b98fe526117fd07e5e273b5a52
qdev: Have qdev_set_parent_bus() handle devices already on a bus

Instead of qdev_set_parent_bus() silently doing the wrong
thing if it's handed a device that's already on a bus,
have it remove the device from the old bus and add it to
the new one. This is useful for the raspi2 sdcard.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-id: 1488293711-14195-2-git-send-email-peter.maydell@linaro.org
hw/core/qdev.c