mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Monitor: Convert do_migrate() to cmd_new_ret()
While there I'm also dropping a unneeded else clause (the last one in the function). Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
053801bc49
commit
b5d17adb93
3 changed files with 22 additions and 17 deletions
|
@ -773,7 +773,7 @@ ETEXI
|
|||
"shared storage with incremental copy of disk "
|
||||
"(base image shared between src and destination)",
|
||||
.user_print = monitor_user_noop,
|
||||
.mhandler.cmd_new = do_migrate,
|
||||
.cmd_new_ret = do_migrate,
|
||||
},
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue