diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2010-02-10 23:49:50 -0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-19 15:18:16 -0600 |
commit | 9b9d4d9c79ee7072629f36ea123a28a89ada8845 (patch) | |
tree | cad9638a32bc904dddffe2395dc6e376081b8768 /qemu-monitor.hx | |
parent | d5a7b38f5c9f28c258595f327e28a1b88ffd370f (diff) | |
download | qemu-9b9d4d9c79ee7072629f36ea123a28a89ada8845.tar.gz qemu-9b9d4d9c79ee7072629f36ea123a28a89ada8845.tar.bz2 qemu-9b9d4d9c79ee7072629f36ea123a28a89ada8845.zip |
Monitor: Convert do_eject() to cmd_new_ret()
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 0eab6db657..c1bd77335a 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -138,7 +138,7 @@ ETEXI .params = "[-f] device", .help = "eject a removable medium (use -f to force it)", .user_print = monitor_user_noop, - .mhandler.cmd_new = do_eject, + .cmd_new_ret = do_eject, }, STEXI |