commit | c245b6a37d76670c3ba7b9063bac943bb998bb7c | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <[email protected]> | Wed Dec 07 16:02:36 2011 -0200 |
committer | Luiz Capitulino <[email protected]> | Wed Jan 18 10:23:39 2012 -0200 |
tree | 95cf2e606d25f167bb3b956018d60787700f7c95 | |
parent | 92d48558edb14666a2851068db4c2095664e0fbc [diff] [blame] |
qapi: Convert eject Signed-off-by: Anthony Liguori <[email protected]> Signed-off-by: Luiz Capitulino <[email protected]>
diff --git a/hmp-commands.hx b/hmp-commands.hx index 047fba2..364623c 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx
@@ -75,8 +75,7 @@ .args_type = "force:-f,device:B", .params = "[-f] device", .help = "eject a removable medium (use -f to force it)", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_eject, + .mhandler.cmd = hmp_eject, }, STEXI