From ae00f0088ffd1e9ee6a84d79dccea1820ce873ac Mon Sep 17 00:00:00 2001 From: Peter Xu Date: Wed, 22 Oct 2025 15:04:25 -0400 Subject: [PATCH] migration/qmp: Update "resume" flag doc in "migrate" command It wasn't obvious how the resume flag should be used when staring at the QAPI doc. Enrich it to be crystal clear. Reported-by: Markus Armbruster Reviewed-by: Markus Armbruster Link: https://lore.kernel.org/r/20251022190425.2730441-1-peterx@redhat.com [peterx: amended wordings, per markus] Signed-off-by: Peter Xu --- qapi/migration.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qapi/migration.json b/qapi/migration.json index be0f3fcc12..c7a6737cc1 100644 --- a/qapi/migration.json +++ b/qapi/migration.json @@ -1732,7 +1732,10 @@ # @detach: this argument exists only for compatibility reasons and is # ignored by QEMU # -# @resume: resume one paused migration, default "off". (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: # -- 2.47.3