qemu-6.0.0-zstd.patch (412B)
1 --- x/block/qcow2-threads.c~ 2021-08-24 19:35:40.000000000 +0200 2 +++ x/block/qcow2-threads.c 2021-10-21 21:21:19.470096174 +0200 3 @@ -205,6 +205,8 @@ 4 if (!cctx) { 5 return -EIO; 6 } 7 + ZSTD_CCtx_setParameter(cctx, ZSTD_c_compressionLevel, 22); 8 + 9 /* 10 * Use the zstd streamed interface for symmetry with decompression, 11 * where streaming is essential since we don't record the exact