Re: [libvirt] [PATCHv2 2/2] qemu: snapshot: Add support for compressing external snapshot memory

2013-10-14 Thread Daniel P. Berrange
On Thu, Oct 10, 2013 at 02:52:37PM +0200, Peter Krempa wrote: > 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/s

[libvirt] [PATCHv2 2/2] qemu: snapshot: Add support for compressing external snapshot memory

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 external checkpoints although it shares most of the backend code. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1017227 --- src/qemu/qemu.conf | 6 ++ src/qemu