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 --- hmp-commands.hx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hmp-commands.hx') diff --git a/hmp-commands.hx b/hmp-commands.hx index d0ce6a5970..f5d9d91de8 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1051,8 +1051,7 @@ ETEXI .args_type = "id:s", .params = "id", .help = "remove host network device", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_netdev_del, + .mhandler.cmd = hmp_netdev_del, }, STEXI -- cgit v1.2.1