From 4b37156c40c3d7d63ac332e3bb9f85a66c3f5e5e Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Wed, 23 Nov 2011 13:11:55 -0200 Subject: qapi: Convert set_link Signed-off-by: Anthony Liguori Signed-off-by: Luiz Capitulino --- 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 b82aff8..93d4a7e 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1038,8 +1038,7 @@ ETEXI .args_type = "name:s,up:b", .params = "name on|off", .help = "change the link status of a network adapter", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_set_link, + .mhandler.cmd = hmp_set_link, }, STEXI -- cgit v1.1