mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
monitor: Convert do_migrate_cancel() to QObject
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
3a4921047d
commit
911d296346
3 changed files with 4 additions and 3 deletions
|
@ -740,7 +740,8 @@ ETEXI
|
|||
.args_type = "",
|
||||
.params = "",
|
||||
.help = "cancel the current VM migration",
|
||||
.mhandler.cmd = do_migrate_cancel,
|
||||
.user_print = monitor_user_noop,
|
||||
.mhandler.cmd_new = do_migrate_cancel,
|
||||
},
|
||||
|
||||
STEXI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue