Re: [Qemu-block] [PATCH 2/7] qcow2: make more generic interface for qcow2_compress

2018-11-05 Thread Alberto Garcia
On Thu 01 Nov 2018 07:27:33 PM CET, Vladimir Sementsov-Ogievskiy wrote: > Give explicit size both for source and destination buffers, to make it > similar with decompression path and than cleanly reuse parameter > structure for decompression threads. > > Signed-off-by: Vladimir

[Qemu-block] [PATCH 2/7] qcow2: make more generic interface for qcow2_compress

2018-11-01 Thread Vladimir Sementsov-Ogievskiy
Give explicit size both for source and destination buffers, to make it similar with decompression path and than cleanly reuse parameter structure for decompression threads. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/qcow2.c | 30 ++ 1 file changed, 18