aboutsummaryrefslogtreecommitdiff
path: root/qapi/migration.json
diff options
context:
space:
mode:
authorHan Han <hhan@redhat.com>2024-01-19 21:53:14 +0800
committerMichael Tokarev <mjt@tls.msk.ru>2024-01-30 21:20:20 +0300
commitdee70f51bf7088a43650109ed2bd8324deecbaf6 (patch)
tree9b37e7ac3437dd980ebea493ef86a90275f05083 /qapi/migration.json
parent7aa94e591f983784a5af4e097cce2479f84a9452 (diff)
downloadqemu-dee70f51bf7088a43650109ed2bd8324deecbaf6.zip
qemu-dee70f51bf7088a43650109ed2bd8324deecbaf6.tar.gz
qemu-dee70f51bf7088a43650109ed2bd8324deecbaf6.tar.bz2
qapi/migration.json: Fix the member name for MigrationCapability
s/@compression/@compress/ Fixes: 864128df46 Signed-off-by: Han Han <hhan@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qapi/migration.json')
-rw-r--r--qapi/migration.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/migration.json b/qapi/migration.json
index d3e2b86..8197083 100644
--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -534,7 +534,7 @@
# Features:
#
# @deprecated: Member @block is deprecated. Use blockdev-mirror with
-# NBD instead. Member @compression is deprecated because it is
+# NBD instead. Member @compress is deprecated because it is
# unreliable and untested. It is recommended to use multifd
# migration, which offers an alternative compression
# implementation that is reliable and tested.