Re: [Qemu-devel] [PATCH v5 00/15] backup compression

2016-07-20 Thread Pavel Butsykin
On 20.07.2016 00:58, Jeff Cody wrote: On Mon, Jul 04, 2016 at 03:28:11PM +0300, Denis V. Lunev wrote: The idea is simple - backup is "written-once" data. It is written block by block and it is large enough. It would be nice to save storage space and compress it. These patches add the ability to

Re: [Qemu-devel] [PATCH v5 00/15] backup compression

2016-07-19 Thread Jeff Cody
On Mon, Jul 04, 2016 at 03:28:11PM +0300, Denis V. Lunev wrote: > The idea is simple - backup is "written-once" data. It is written block > by block and it is large enough. It would be nice to save storage > space and compress it. > > These patches add the ability to compress data during backup. T

Re: [Qemu-devel] [PATCH v5 00/15] backup compression

2016-07-14 Thread Stefan Hajnoczi
On Fri, Jul 08, 2016 at 04:13:24PM +0300, Denis V. Lunev wrote: > On 07/04/2016 03:28 PM, Denis V. Lunev wrote: > > The idea is simple - backup is "written-once" data. It is written block > > by block and it is large enough. It would be nice to save storage > > space and compress it. > > > > These

Re: [Qemu-devel] [PATCH v5 00/15] backup compression

2016-07-08 Thread Denis V. Lunev
On 07/04/2016 03:28 PM, Denis V. Lunev wrote: The idea is simple - backup is "written-once" data. It is written block by block and it is large enough. It would be nice to save storage space and compress it. These patches add the ability to compress data during backup. This functionality is imple

[Qemu-devel] [PATCH v5 00/15] backup compression

2016-07-04 Thread Denis V. Lunev
The idea is simple - backup is "written-once" data. It is written block by block and it is large enough. It would be nice to save storage space and compress it. These patches add the ability to compress data during backup. This functionality is implemented by means of adding options to the qmp/hmp