Re: [libvirt] [PATCH 10/14] qemu: Track PR daemons PIDs in status XML

2018-02-12 Thread Peter Krempa
On Thu, Jan 18, 2018 at 17:04:42 +0100, Michal Privoznik wrote: > We need to keep track of spawned processes so that we can kill > them when qemu process dies. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_domain.c | 130 >

[libvirt] [PATCH 10/14] qemu: Track PR daemons PIDs in status XML

2018-01-18 Thread Michal Privoznik
We need to keep track of spawned processes so that we can kill them when qemu process dies. Signed-off-by: Michal Privoznik --- src/qemu/qemu_domain.c | 130 + 1 file changed, 130 insertions(+) diff --git