Re: [libvirt] [PATCHv2 1/2] qemu: managedsave: Add support for compressing managed save images

2013-10-14 Thread Daniel P. Berrange
On Thu, Oct 10, 2013 at 02:52:36PM +0200, Peter Krempa wrote: The regular save image code has the support to compress images using a specified algorithm. This was not implemented for managed save although it shares most of the backend code. --- src/qemu/qemu.conf | 6 +++---

Re: [libvirt] [PATCHv2 1/2] qemu: managedsave: Add support for compressing managed save images

2013-10-14 Thread Peter Krempa
On 10/14/13 15:28, Daniel P. Berrange wrote: On Thu, Oct 10, 2013 at 02:52:36PM +0200, Peter Krempa wrote: The regular save image code has the support to compress images using a specified algorithm. This was not implemented for managed save although it shares most of the backend code. ---

[libvirt] [PATCHv2 1/2] qemu: managedsave: Add support for compressing managed save images

2013-10-10 Thread Peter Krempa
The regular save image code has the support to compress images using a specified algorithm. This was not implemented for managed save although it shares most of the backend code. --- src/qemu/qemu.conf | 6 +++--- src/qemu/qemu_driver.c | 23 +-- 2 files changed, 24