Re: [libvirt] [PATCH v2 6/6] qemu: Fetch pr-helper process info on reconnect

2018-07-10 Thread Peter Krempa
On Thu, Jul 05, 2018 at 09:44:38 +0200, Michal Privoznik wrote: > If qemu-pr-helper process died while libvirtd was not running no > event is emitted. Therefore, when reconnecting to the monitor we > must check the qemu-pr-helper process status and act accordingly. > > Signed-off-by: Michal Privoz

[libvirt] [PATCH v2 6/6] qemu: Fetch pr-helper process info on reconnect

2018-07-05 Thread Michal Privoznik
If qemu-pr-helper process died while libvirtd was not running no event is emitted. Therefore, when reconnecting to the monitor we must check the qemu-pr-helper process status and act accordingly. Signed-off-by: Michal Privoznik --- src/qemu/qemu_process.c | 61 +++