From ab49ab5c488237f3656689c4a3cab29e29884ca6 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Wed, 23 Nov 2011 12:55:53 -0200 Subject: qapi: Convert inject-nmi 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 9503751..b82aff8 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -736,8 +736,7 @@ ETEXI .args_type = "", .params = "", .help = "inject an NMI on all guest's CPUs", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_inject_nmi, + .mhandler.cmd = hmp_inject_nmi, }, #endif STEXI -- cgit v1.1