Re: [libvirt] [PATCH v3 2/5] Fall back to QEMUD_SAVE_FORMAT_RAW if compression method fails.

2010-11-30 Thread Eric Blake
On 11/30/2010 12:12 AM, Hu Tao wrote: When dumping a domain, it's reasonable to save dump-file in raw format if dump format is misconfigured or the corresponding compress program is not available rather then fail dumping. Makes sense to me. --- src/qemu/qemu_driver.c | 39

[libvirt] [PATCH v3 2/5] Fall back to QEMUD_SAVE_FORMAT_RAW if compression method fails.

2010-11-29 Thread Hu Tao
When dumping a domain, it's reasonable to save dump-file in raw format if dump format is misconfigured or the corresponding compress program is not available rather then fail dumping. --- src/qemu/qemu_driver.c | 39 +-- 1 files changed, 25 insertions(+), 14