Re: [libvirt] [PATCH 09/13] qemu: snapshot: Move all cleanup of snapshot disk data to qemuDomainSnapshotDiskDataFree

2019-06-08 Thread Ján Tomko
On Wed, Jun 05, 2019 at 05:28:31PM +0200, Peter Krempa wrote: qemuDomainSnapshotDiskDataFree also removes the resources associated with the disk data. Move the unlinking of the just-created file so that we can unify the cleanup paths. Pre-exisiting since commit cbb4d229, but touching the disk

[libvirt] [PATCH 09/13] qemu: snapshot: Move all cleanup of snapshot disk data to qemuDomainSnapshotDiskDataFree

2019-06-05 Thread Peter Krempa
qemuDomainSnapshotDiskDataFree also removes the resources associated with the disk data. Move the unlinking of the just-created file so that we can unify the cleanup paths. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 14 ++ 1 file changed, 6 insertions(+), 8