The regular save image code has the support to compress images using
a
specified algorithm. This was not implemented for external checkpoints
although it shares most of the backend code.
Resolves:
https://bugzilla.redhat.com/show_bug.cgi?id=1017227
---
Notes:
Version 3:
- added changes for augeas (and installed augeas to avoid such problems)
src/qemu/libvirtd_qemu.aug | 1 +
src/qemu/qemu.conf | 6 ++++++
src/qemu/qemu_conf.c | 2 ++
src/qemu/qemu_conf.h | 1 +
src/qemu/qemu_driver.c | 23 +++++++++++++++++++++--
src/qemu/test_libvirtd_qemu.aug.in | 1 +
6 files changed, 32 insertions(+), 2 deletions(-)