mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
Monitor: Convert do_change() to cmd_new_ret()
Not that trivial as the call chain also has to be modified. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
4fdc94b406
commit
0bbc47bb21
3 changed files with 42 additions and 26 deletions
|
@ -153,7 +153,7 @@ ETEXI
|
|||
.params = "device filename [format]",
|
||||
.help = "change a removable medium, optional format",
|
||||
.user_print = monitor_user_noop,
|
||||
.mhandler.cmd_new = do_change,
|
||||
.cmd_new_ret = do_change,
|
||||
},
|
||||
|
||||
STEXI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue