On 11/27/20 3:32 AM, Zeyu Jin wrote: > This patch enables zstd option in multi-thread compression. > > Signed-off-by: Zeyu Jin <jinz...@huawei.com> > Signed-off-by: Ying Fang <fangyi...@huawei.com> > ---
> +++ b/qapi/migration.json > @@ -536,7 +536,7 @@ > # > ## > { 'enum': 'CompressMethod', > - 'data': [ 'zlib' ] } > + 'data': [ 'zlib', { 'name': 'zstd', 'if': 'defined(CONFIG_ZSTD)' } ] } Missing documentation of the new value, including a '(since 6.0)' marker. -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3226 Virtualization: qemu.org | libvirt.org