diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2010-02-10 23:50:01 -0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-19 15:18:17 -0600 |
commit | 0bbc47bb21661706dac49321340e225dee10b81f (patch) | |
tree | 67e87f0945e652a126022d1beab340e8ea016a32 /qemu-monitor.hx | |
parent | 4fdc94b4062cb51c000c718bbffea3ac8c242b51 (diff) |
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>
Diffstat (limited to 'qemu-monitor.hx')
-rw-r--r-- | qemu-monitor.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-monitor.hx b/qemu-monitor.hx index 7bfb8d0d5a..d5b344eb23 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -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 |