]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qapi/migration: Rewrap to 70 columns
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 5 Nov 2025 12:39:43 +0000 (13:39 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 5 Nov 2025 12:41:35 +0000 (13:41 +0100)
Avoid

In file included from ../publish/qapi/qapi-schema.json:53:
.../qapi/migration.json:1750:1: documentation line longer than 70 characters

Fixes: ae00f0088ff ("migration/qmp: Update "resume" flag doc in "migrate" command")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
qapi/migration.json

index 6acd9e4b16fcaa412b6ebf98e9b4d7d175677213..cf023bd29d55fc344b205705177404a40a462fc4 100644 (file)
 # @detach: this argument exists only for compatibility reasons and is
 #     ignored by QEMU
 #
-# @resume: when set, use the new uri/channels specified to resume paused
-#     postcopy migration.  This flag should only be used if the previous
-#     postcopy migration was interrupted.  The command will fail unless
-#     migration is in "postcopy-paused" state.  (default: false, since 3.0)
+# @resume: when set, use the new uri/channels specified to resume
+#     paused postcopy migration.  This flag should only be used if
+#     the previous postcopy migration was interrupted.  The command
+#     will fail unless migration is in "postcopy-paused" state.
+#     (default: false, since 3.0)
 #
 # Features:
 #