]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Don't try to find compression program for "raw" memory images
authorPeter Krempa <pkrempa@redhat.com>
Thu, 8 Dec 2016 10:25:09 +0000 (11:25 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 8 Dec 2016 16:12:54 +0000 (17:12 +0100)
commita4ed5b4212bac7907daf296b313583fb14569c56
treeae4f8d23d89299f558458b641a4901710f766ad7
parent3cd556d486c1abd347333de420975f4b6a80c2bb
qemu: Don't try to find compression program for "raw" memory images

There's nothing to compress if the requested snapshot memory format is
set to 'raw' explicitly. After commit 9e14689ea libvirt would try to
run /sbin/raw to process the memory stream if the qemu.conf option
snapshot_image_format is set.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1402726
src/qemu/qemu_driver.c