Re: [libvirt] [PATCH 5/7] qemu: Wire up PR_MANAGER_STATUS_CHANGED event

2018-07-04 Thread Peter Krempa
On Wed, Jul 04, 2018 at 14:42:07 +0200, Michal Privoznik wrote: > On 07/04/2018 01:42 PM, Peter Krempa wrote: > > On Wed, Jul 04, 2018 at 12:46:53 +0200, Michal Privoznik wrote: > >> This event is emitted on the monitor if one of pr-managers lost > >> connection to its pr-helper process. What libvi

Re: [libvirt] [PATCH 5/7] qemu: Wire up PR_MANAGER_STATUS_CHANGED event

2018-07-04 Thread Michal Prívozník
On 07/04/2018 01:42 PM, Peter Krempa wrote: > On Wed, Jul 04, 2018 at 12:46:53 +0200, Michal Privoznik wrote: >> This event is emitted on the monitor if one of pr-managers lost >> connection to its pr-helper process. What libvirt needs to do is >> restart the pr-helper process iff it corresponds to

Re: [libvirt] [PATCH 5/7] qemu: Wire up PR_MANAGER_STATUS_CHANGED event

2018-07-04 Thread Peter Krempa
On Wed, Jul 04, 2018 at 12:46:53 +0200, Michal Privoznik wrote: > This event is emitted on the monitor if one of pr-managers lost > connection to its pr-helper process. What libvirt needs to do is > restart the pr-helper process iff it corresponds to managed > pr-manager. > > Signed-off-by: Michal

[libvirt] [PATCH 5/7] qemu: Wire up PR_MANAGER_STATUS_CHANGED event

2018-07-04 Thread Michal Privoznik
This event is emitted on the monitor if one of pr-managers lost connection to its pr-helper process. What libvirt needs to do is restart the pr-helper process iff it corresponds to managed pr-manager. Signed-off-by: Michal Privoznik --- src/qemu/qemu_monitor.c | 15 + src/qemu/q