Re: [libvirt PATCH 1/9] qemu: start the D-Bus daemon as needed

2021-12-02 Thread Marc-André Lureau
On Mon, Nov 29, 2021 at 9:20 PM Michal Prívozník wrote: > > On 11/5/21 11:51, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > The daemon is started on daemon in external devices and hotplug code. > > Add a mechanism to start it before qemu, if qemu itself needs it. (it is

Re: [libvirt PATCH 1/9] qemu: start the D-Bus daemon as needed

2021-11-29 Thread Michal Prívozník
On 11/5/21 11:51, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > The daemon is started on daemon in external devices and hotplug code. > Add a mechanism to start it before qemu, if qemu itself needs it. (it is > already stopped in qemuProcessStop) > > Signed-off-by: Marc-André

[libvirt PATCH 1/9] qemu: start the D-Bus daemon as needed

2021-11-05 Thread marcandre . lureau
From: Marc-André Lureau The daemon is started on daemon in external devices and hotplug code. Add a mechanism to start it before qemu, if qemu itself needs it. (it is already stopped in qemuProcessStop) Signed-off-by: Marc-André Lureau --- src/qemu/qemu_domain.h | 1 +