summaryrefslogtreecommitdiffstats
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorLuiz Capitulino2011-11-23 15:55:53 +0100
committerLuiz Capitulino2011-12-06 14:40:01 +0100
commitab49ab5c488237f3656689c4a3cab29e29884ca6 (patch)
tree36dd484fc159f7f54d3c7796b3b0ca28beaf04ad /hmp-commands.hx
parentqapi: Convert cont (diff)
downloadqemu-ab49ab5c488237f3656689c4a3cab29e29884ca6.tar.gz
qemu-ab49ab5c488237f3656689c4a3cab29e29884ca6.tar.xz
qemu-ab49ab5c488237f3656689c4a3cab29e29884ca6.zip
qapi: Convert inject-nmi
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r--hmp-commands.hx3
1 files changed, 1 insertions, 2 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index 950375164e..b82aff8d3b 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