From 7ec2c2b3c1bc0c713b349b102413468b07336aab Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Fri, 4 Jan 2019 15:30:06 +0100 Subject: multifd: Add zlib compression multifd support Signed-off-by: Juan Quintela Acked-by: Markus Armbruster Reviewed-by: Dr. David Alan Gilbert --- qapi/migration.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qapi/migration.json') diff --git a/qapi/migration.json b/qapi/migration.json index 468a9d92a4..3fb9e59bce 100644 --- a/qapi/migration.json +++ b/qapi/migration.json @@ -494,12 +494,13 @@ # An enumeration of multifd compression methods. # # @none: no compression. +# @zlib: use zlib compression method. # # Since: 5.0 # ## { 'enum': 'MultiFDCompression', - 'data': [ 'none' ] } + 'data': [ 'none', 'zlib' ] } ## # @MigrationParameter: -- cgit v1.2.3