]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix QEMU restore from file in raw format
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 12 Oct 2009 19:03:50 +0000 (20:03 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 13 Oct 2009 14:49:20 +0000 (15:49 +0100)
commit74b379cbd5ba9f472a3a2d5710e497966b1a3a37
treeb861402ba3403951b361d6778c2b125edcd28969
parentc861237a64784bdc1d9c762e893c84858947ce5f
Fix QEMU restore from file in raw format

The logic for running the decompression programs was broken in
commit f238709304f9f6c57204cdd943e542cbae38fa5f, so that for
non-raw formats the decompression program was never run, and
for raw formats, it tried to exec an argv[] with initial NULL
in the program name.

* src/qemu/qemu_driver.c: Fix logic in runing decompression program
src/qemu/qemu_driver.c