From 6cdedb075f7a338bff7e97b3139bae5289157ae0 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Sun, 27 Nov 2011 22:54:09 -0200 Subject: qapi: Convert migrate_cancel Signed-off-by: Luiz Capitulino --- qapi-schema.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'qapi-schema.json') 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' } -- cgit v1.2.1