diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-11-27 22:54:09 -0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-12-06 11:40:01 -0200 |
commit | 6cdedb075f7a338bff7e97b3139bae5289157ae0 (patch) | |
tree | 3bbc008baa2422d63192ca84f13ba5079cb7df18 /qapi-schema.json | |
parent | d51a67b4d3214654a7b100c0873b77cb2bf87f29 (diff) |
qapi: Convert migrate_cancel
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 39bcc06c38..d638f125d9 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1127,3 +1127,16 @@ { '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' } |