Marc-André Lureau 675f22c6d3 bus: do not unref hotplug handler
Apparently, none of the bus owner give a reference to the hotplug
handler property, do not unref it on bus release.

Furthermore, a bus is allowed to be its own hotplug handler, which can
be seen in qbus_set_bus_hotplug_handler() function. However, in this
case, the reference can't be given to the property, or this will create
a cyclic dependency and the bus will never be free.

Each bus owner should manage the lifecycle of the hotplug handler.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
2017-03-01 11:51:28 +04:00
..
2017-03-01 11:51:28 +04:00
2016-01-29 15:07:25 +00:00
2016-01-29 15:07:25 +00:00
2016-05-23 16:53:46 +02:00
2017-03-01 00:09:28 +04:00
2017-02-28 09:03:38 +03:00
2016-01-29 15:07:25 +00:00
2016-05-19 16:42:30 +02:00