]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: snapshots: Declare supported and unsupported snapshot configs
authorPeter Krempa <pkrempa@redhat.com>
Mon, 25 Nov 2013 16:51:04 +0000 (17:51 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 3 Dec 2013 09:41:05 +0000 (10:41 +0100)
commit26fb96d8c04ef87d432ccb5a98bea472b04e5dd6
treea52aa9465f95fa252fd10ec3dc87788ffc52db21
parentbdeb0f01239ad6b8acf1f24ce9f199c2d0682c06
qemu: snapshots: Declare supported and unsupported snapshot configs

Currently the snapshot code did not check if it actually supports
snapshots on various disk backends for domains. To avoid future problems
add checkers that whitelist the supported configurations.
src/qemu/qemu_driver.c