]> xenbits.xensource.com Git - libvirt.git/commit
qemu: snapshot: Terminate job when memory compression program isn't found
authorPeter Krempa <pkrempa@redhat.com>
Wed, 14 May 2014 07:43:52 +0000 (09:43 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 14 May 2014 07:43:52 +0000 (09:43 +0200)
commit71802685ba49a80326d69fd446d2f25844526ba8
tree8beca22685b30600fa9c06911985d2d40dcf8ce4
parent353cf3707a1d0c99217531aae2f8d2c562a91620
qemu: snapshot: Terminate job when memory compression program isn't found

If the compression program for external snapshot memory image isn't
found we exitted the function without terminating the domain job. This
caused the domain to be unusable.

The problem was introduced in commit 7df5093f.

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