Re: [libvirt] [PATCH 12/14] qemu_process.c: Introduce qemuProcessSetupPRDaemon

2018-02-12 Thread Peter Krempa
On Thu, Jan 18, 2018 at 17:04:44 +0100, Michal Privoznik wrote: > Again, for hotplug we need to be able to spawn just one process. > Not all of them. Expose the static function we already have for > that. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_process.c |

[libvirt] [PATCH 12/14] qemu_process.c: Introduce qemuProcessSetupPRDaemon

2018-01-18 Thread Michal Privoznik
Again, for hotplug we need to be able to spawn just one process. Not all of them. Expose the static function we already have for that. Signed-off-by: Michal Privoznik --- src/qemu/qemu_process.c | 9 + src/qemu/qemu_process.h | 4 2 files changed, 13