Re: [Qemu-block] [PATCH v2 3/4] block-stream: add compress option

2017-11-20 Thread Stefan Hajnoczi
On Thu, Nov 16, 2017 at 07:54:57PM +0300, Anton Nefedov wrote: > It might be useful to compress images during block-stream; > this way the user can merge compressed images of a backing chain and > the result will remain compressed. > > Signed-off-by: Anton Nefedov > --- > qapi/block-core.json

[Qemu-block] [PATCH v2 3/4] block-stream: add compress option

2017-11-16 Thread Anton Nefedov
It might be useful to compress images during block-stream; this way the user can merge compressed images of a backing chain and the result will remain compressed. Signed-off-by: Anton Nefedov --- qapi/block-core.json | 4 include/block/block_int.h | 4 +++- block/stream.c