Re: [PATCH 0/3] qemu: migration: implement zstd compression

2023-04-20 Thread Jiri Denemark
On Tue, Apr 18, 2023 at 14:44:47 +0600, Oleg Vasilev wrote: > QEMU now supports multifd-compression=zstd for migration with enabled multifd. > Bring the support to libvirt as well. There is an earlier series implementing this functionality (with zlib as well): [PATCH V3 0/3] migration: add qemu

[PATCH 0/3] qemu: migration: implement zstd compression

2023-04-18 Thread Oleg Vasilev
QEMU now supports multifd-compression=zstd for migration with enabled multifd. Bring the support to libvirt as well. Claudio Fontana (1): qemu: migration: expose qemuMigrationParamsSetString Oleg Vasilev (2): qemu: migration: implement zstd compression tests: qemumigparams: test for zstd