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 /hmp-commands.hx | |
parent | d51a67b4d3214654a7b100c0873b77cb2bf87f29 (diff) |
qapi: Convert migrate_cancel
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r-- | hmp-commands.hx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index 131b21cd1c..e48c2ca531 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -771,8 +771,7 @@ ETEXI .args_type = "", .params = "", .help = "cancel the current VM migration", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_migrate_cancel, + .mhandler.cmd = hmp_migrate_cancel, }, STEXI |