commit | a15fef21c746e3aa0a94cf7b5bd9799886236666 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <[email protected]> | Thu Mar 29 12:38:50 2012 -0300 |
committer | Luiz Capitulino <[email protected]> | Mon Apr 09 14:35:25 2012 -0300 |
tree | fff54a082ea3fa920725805cd44a4de3823e54e6 | |
parent | 56f9107e439c32aa00d58d117a9b664551328f1e [diff] [blame] |
qapi: convert device_del Signed-off-by: Anthony Liguori <[email protected]> Signed-off-by: Luiz Capitulino <[email protected]> Reviewed-by: Stefan Hajnoczi <[email protected]>
diff --git a/hmp-commands.hx b/hmp-commands.hx index bd35a3e..a6f5a84 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx
@@ -622,8 +622,7 @@ .args_type = "id:s", .params = "device", .help = "remove device", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_device_del, + .mhandler.cmd = hmp_device_del, }, STEXI