Re: [Qemu-devel] [PATCH 0/2] Couple of qemu-pr-helper fixes

2018-04-03 Thread Fam Zheng
On Tue, 04/03 15:12, Michal Privoznik wrote: > The first one is trivial. > > The second is slightly trickier. Libvirt has this virCommand subsystem > (found under src/util/vircommand.c) which it uses to spawn commands. The > subsystem allows libvirt to both daemonize a process and learn its PID. >

[Qemu-devel] [PATCH 0/2] Couple of qemu-pr-helper fixes

2018-04-03 Thread Michal Privoznik
The first one is trivial. The second is slightly trickier. Libvirt has this virCommand subsystem (found under src/util/vircommand.c) which it uses to spawn commands. The subsystem allows libvirt to both daemonize a process and learn its PID. The latter of course does not work if command daemonizes