diff options
author | Han Han <hhan@redhat.com> | 2024-01-19 21:53:14 +0800 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-01-30 21:20:20 +0300 |
commit | dee70f51bf7088a43650109ed2bd8324deecbaf6 (patch) | |
tree | 9b37e7ac3437dd980ebea493ef86a90275f05083 /qapi/migration.json | |
parent | 7aa94e591f983784a5af4e097cce2479f84a9452 (diff) | |
download | qemu-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.json | 2 |
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. |