diff --git a/qapi/migration.json b/qapi/migration.json index 6acd9e4b16..cf023bd29d 100644 --- a/qapi/migration.json +++ b/qapi/migration.json @@ -1747,10 +1747,11 @@ # @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: #