]> xenbits.xensource.com Git - libvirt.git/commit
qemu_snapshot: add support to delete external snapshot without block commit
authorPavel Hrdina <phrdina@redhat.com>
Tue, 27 Jun 2023 13:59:25 +0000 (15:59 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 22 Aug 2023 14:06:27 +0000 (16:06 +0200)
commit7c402396eceb474279a1ba4b1245bd161cce5a42
tree37f7e7dbf77d4964bedc9c5f299ca15e4a977c1c
parentd84538fbad25f3095176a784941565016d8f18d9
qemu_snapshot: add support to delete external snapshot without block commit

When block commit is not needed we can just simply unlink the
disk files.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_snapshot.c