19.01.2024 16:53, Han Han:
s/@compression/@compress/
Fixes: 864128df46
Please post all patches to qemu-devel@. I'm picking this one up because
it is an obvious an trivial fix, but it's still a good idea to let the
migration/qapi people to know.
Thanks,
/mjt
Signed-off-by: Han Han <h...@redhat.com>
---
qapi/migration.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/migration.json b/qapi/migration.json
index eb2f883513..1657b13314 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.