aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorFabiano Rosas <farosas@suse.de>2025-02-13 14:59:27 -0300
committerFabiano Rosas <farosas@suse.de>2025-02-14 15:19:06 -0300
commit24f4c80cfc31ab4ed4cb6553c9289e3cf8ca63ac (patch)
treec9f3a7b4026bc1740e1aee08920bc925bef9eb3e /qapi
parent538e03d28001a325a93154df2313d215721b2241 (diff)
downloadqemu-24f4c80cfc31ab4ed4cb6553c9289e3cf8ca63ac.zip
qemu-24f4c80cfc31ab4ed4cb6553c9289e3cf8ca63ac.tar.gz
qemu-24f4c80cfc31ab4ed4cb6553c9289e3cf8ca63ac.tar.bz2
migration: Update migrate_cancel documentation
Update the migrate_cancel command documentation with a few words about postcopy and the expected state of the machine after migration. Acked-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> Message-ID: <20250213175927.19642-10-farosas@suse.de> Signed-off-by: Fabiano Rosas <farosas@suse.de>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/migration.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/qapi/migration.json b/qapi/migration.json
index 43babd1..8b9c535 100644
--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -1524,7 +1524,9 @@
##
# @migrate_cancel:
#
-# Cancel the current executing migration process.
+# Cancel the currently executing migration process. Allows a new
+# migration to be started right after. When postcopy-ram is in use,
+# cancelling is not allowed after the postcopy phase has started.
#
# .. note:: This command succeeds even if there is no migration
# process running.