From a15fef21c746e3aa0a94cf7b5bd9799886236666 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Thu, 29 Mar 2012 12:38:50 -0300 Subject: qapi: convert device_del Signed-off-by: Anthony Liguori Signed-off-by: Luiz Capitulino Reviewed-by: Stefan Hajnoczi --- qmp-commands.hx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'qmp-commands.hx') diff --git a/qmp-commands.hx b/qmp-commands.hx index 944787161f..c09ee859a1 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -314,10 +314,7 @@ EQMP { .name = "device_del", .args_type = "id:s", - .params = "device", - .help = "remove device", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_device_del, + .mhandler.cmd_new = qmp_marshal_input_device_del, }, SQMP -- cgit v1.2.1