]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu-dbus: prevent double start of the bus daemon
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 8 Apr 2020 17:23:48 +0000 (19:23 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 22 Apr 2020 07:58:10 +0000 (09:58 +0200)
commita86094d6946b25dd593b5d36ba19b530a6d9afdc
tree897712ea30a9e9a158f25769890f33b44c8c6ab0
parent8cb44c01a80c5f37a5f1f60a281e48fc3c42775b
qemu-dbus: prevent double start of the bus daemon

Allow calling qemuDBusStart() multiple times (as may be done by
qemu-slirp already).

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_dbus.c