• D
    Fix QEMU restore from file in raw format · 74b379cb
    Daniel P. Berrange 提交于
    The logic for running the decompression programs was broken in
    commit f2387093, 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
    74b379cb
qemu_driver.c 218.5 KB