Re: [Qemu-devel] [PATCH v7 00/16] backup compression

2016-08-08 Thread Kevin Wolf
Am 22.07.2016 um 10:17 hat Denis V. Lunev geschrieben: > 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 > fun

Re: [Qemu-devel] [PATCH v7 00/16] backup compression

2016-08-08 Thread Kevin Wolf
Am 08.08.2016 um 15:02 hat Stefan Hajnoczi geschrieben: > On Fri, Jul 22, 2016 at 11:17:39AM +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. > >

Re: [Qemu-devel] [PATCH v7 00/16] backup compression

2016-08-08 Thread Denis V. Lunev
On 08/08/2016 04:02 PM, Stefan Hajnoczi wrote: On Fri, Jul 22, 2016 at 11:17:39AM +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 a

Re: [Qemu-devel] [PATCH v7 00/16] backup compression

2016-08-08 Thread Stefan Hajnoczi
On Fri, Jul 22, 2016 at 11:17:39AM +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 v7 00/16] backup compression

2016-08-04 Thread Stefan Hajnoczi
On Fri, Jul 22, 2016 at 11:17:39AM +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

[Qemu-devel] [PATCH v7 00/16] backup compression

2016-07-22 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