]> git.proxmox.com Git - qemu.git/blobdiff - qapi-schema.json
qapi: Convert migrate_cancel
[qemu.git] / qapi-schema.json
index 39bcc06c38f4c6b2e5ecf1233da0a7904cccf6e4..d638f125d93c597d293696a27a7fce75431e285b 100644 (file)
 { 'command': 'human-monitor-command',
   'data': {'command-line': 'str', '*cpu-index': 'int'},
   'returns': 'str' } 
+
+##
+# @migrate_cancel
+#
+# Cancel the current executing migration process.
+#
+# Returns: nothing on success
+#
+# Notes: This command succeeds even if there is no migration process running.
+#
+# Since: 0.14.0
+##
+{ 'command': 'migrate_cancel' }