]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: Introduce 'qatzip' compression method
authorBryan Zhang <bryan.zhang@bytedance.com>
Fri, 30 Aug 2024 23:27:21 +0000 (16:27 -0700)
committerPeter Xu <peterx@redhat.com>
Mon, 9 Sep 2024 14:55:40 +0000 (10:55 -0400)
commit80484f945989988091c5cd729c3e8bde6c14907a
treee43f67b720522b7cf2e4adade4d4270f18d5ec25
parent86c6eb1f39cbb7eb0467c114469e98ef699fb515
migration: Introduce 'qatzip' compression method

Adds support for 'qatzip' as an option for the multifd compression
method parameter, and implements using QAT for 'qatzip' compression and
decompression.

Acked-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Prasad Pandit <pjp@fedoraproject.org>
Signed-off-by: Bryan Zhang <bryan.zhang@bytedance.com>
Signed-off-by: Hao Xiang <hao.xiang@linux.dev>
Signed-off-by: Yichen Wang <yichen.wang@bytedance.com>
Link: https://lore.kernel.org/r/20240830232722.58272-5-yichen.wang@bytedance.com
Signed-off-by: Peter Xu <peterx@redhat.com>
hw/core/qdev-properties-system.c
migration/meson.build
migration/multifd-qatzip.c [new file with mode: 0644]
migration/multifd.h
qapi/migration.json