Re: [libvirt] [PATCH v4 11/14] qemu: Start PR daemon on disk hotplug

2018-04-15 Thread John Ferlan
On 04/10/2018 10:58 AM, Michal Privoznik wrote: > When plugging a disk into domain we need to start qemu-pr-helper > process iff this is the first disk with PR enabled for the > domain. Otherwise the helper is already running (or not needed). > > Signed-off-by: Michal Privoznik

[libvirt] [PATCH v4 11/14] qemu: Start PR daemon on disk hotplug

2018-04-10 Thread Michal Privoznik
When plugging a disk into domain we need to start qemu-pr-helper process iff this is the first disk with PR enabled for the domain. Otherwise the helper is already running (or not needed). Signed-off-by: Michal Privoznik --- src/qemu/qemu_hotplug.c | 51