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 --- 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 bd35a3eb08..a6f5a84927 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -622,8 +622,7 @@ ETEXI .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 -- cgit v1.2.1