From 5f96415527e4f25dc83cfc458c46e5bcbfee79ba Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Mon, 16 Apr 2012 14:36:32 -0300 Subject: qapi: convert netdev_del Signed-off-by: Anthony Liguori Signed-off-by: Luiz Capitulino Reviewed-By: Laszlo Ersek --- 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 f6550cb9bd..57ea803b14 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -671,10 +671,7 @@ EQMP { .name = "netdev_del", .args_type = "id:s", - .params = "id", - .help = "remove host network device", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_netdev_del, + .mhandler.cmd_new = qmp_marshal_input_netdev_del, }, SQMP -- cgit v1.2.1