Re: [libvirt] [PATCH 7/8] qemu: Aggregate interlocking of blockjobs by checkpoints in one place

2019-09-26 Thread Eric Blake
On 9/26/19 10:51 AM, Peter Krempa wrote: Rather than having to fix 5 places once we support the combination add a s/ add/, add/ function called by all the blockjob/snapshot APIs. Signed-off-by: Peter Krempa --- -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301

[libvirt] [PATCH 7/8] qemu: Aggregate interlocking of blockjobs by checkpoints in one place

2019-09-26 Thread Peter Krempa
Rather than having to fix 5 places once we support the combination add a function called by all the blockjob/snapshot APIs. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c | 21 + src/qemu/qemu_domain.h | 4 src/qemu/qemu_driver.c | 25 +