Re: [libvirt] [PATCH 04/11] qemu: backup: Move deletion of backup images to job termination

2019-12-20 Thread Daniel P . Berrangé
On Fri, Dec 20, 2019 at 02:25:22PM +0100, Peter Krempa wrote: > While qemu is running both locations are identical in semantics, but the > move will allow us to fix the scenario when the VM is destroyed or > crashes where we'd leak the images. > > Signed-off-by: Peter Krempa > --- >

[libvirt] [PATCH 04/11] qemu: backup: Move deletion of backup images to job termination

2019-12-20 Thread Peter Krempa
While qemu is running both locations are identical in semantics, but the move will allow us to fix the scenario when the VM is destroyed or crashes where we'd leak the images. Signed-off-by: Peter Krempa --- src/qemu/qemu_backup.c | 24 src/qemu/qemu_blockjob.c | 15