]> git.proxmox.com Git - mirror_qemu.git/commit
bus: do not unref the added child bus on realize
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 31 May 2018 19:51:16 +0000 (21:51 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 12 Jun 2018 10:07:29 +0000 (12:07 +0200)
commitf3d58385a6d3d82f65db602c5506e2d3d8c82394
treee8ffa52e66affeb9c30b4335c7f185ba66d537ad
parent62713a2e50f653162387451034f1a2490e87be88
bus: do not unref the added child bus on realize

When the parent bus removes the child property, it takes care of
removing the added reference, in object_finalize_child_property().

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20180531195119.22021-2-marcandre.lureau@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/core/bus.c