summary refs log tree commit diff stats
path: root/qapi/migration.json
diff options
context:
space:
mode:
authorShameer Kolothum <shameerali.kolothum.thodi@huawei.com>2024-06-07 14:53:06 +0100
committerFabiano Rosas <farosas@suse.de>2024-06-14 14:01:29 -0300
commitf3d8bb759d13a2e33389f00fa338d0761309029a (patch)
tree80f0161bdaf37eaafa263cc376d0aa055714df71 /qapi/migration.json
parentcfc589a89b31930d9d658f4b0b6c4e6f33280e10 (diff)
downloadfocaccia-qemu-f3d8bb759d13a2e33389f00fa338d0761309029a.tar.gz
focaccia-qemu-f3d8bb759d13a2e33389f00fa338d0761309029a.zip
migration/multifd: add uadk compression framework
Adds the skeleton to support uadk compression method.
Complete functionality will be added in subsequent patches.

Acked-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com>
Reviewed-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Diffstat (limited to 'qapi/migration.json')
-rw-r--r--qapi/migration.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/qapi/migration.json b/qapi/migration.json
index a35d0b5b83..470f746cc5 100644
--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -559,12 +559,15 @@
 #       In-Memory Analytics Accelerator(IAA) accelerated compression
 #       and decompression.  (Since 9.1)
 #
+# @uadk: use UADK library compression method.  (Since 9.1)
+#
 # Since: 5.0
 ##
 { 'enum': 'MultiFDCompression',
   'data': [ 'none', 'zlib',
             { 'name': 'zstd', 'if': 'CONFIG_ZSTD' },
-            { 'name': 'qpl', 'if': 'CONFIG_QPL' } ] }
+            { 'name': 'qpl', 'if': 'CONFIG_QPL' },
+            { 'name': 'uadk', 'if': 'CONFIG_UADK' } ] }
 
 ##
 # @MigMode: