]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Switch snapshot deletion to the new API functions
authorPeter Krempa <pkrempa@redhat.com>
Fri, 31 Jan 2014 13:26:32 +0000 (14:26 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 14 Feb 2014 10:07:29 +0000 (11:07 +0100)
commit8f4091d6771069324e60c8708881b76de8a8ab8a
tree4997c7e8b9bad15039d22294581a123a35e7dc4c
parenta44b7b87bcc6681e2939f65a3552fc96f68bc7b6
qemu: Switch snapshot deletion to the new API functions

Use the new storage driver APIs to delete snapshot backing files in case
of failure instead of directly relying on "unlink". This will help us in
the future when we will be adding network based storage without local
representation in the host.
cfg.mk
src/qemu/qemu_driver.c