diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-08 12:16:24 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-08 12:16:24 -0500 |
commit | 924f766af9be3ff036a419fc85ed740aa01f8eac (patch) | |
tree | 8e645fa4dc1be00eb06df8cab7a0501a64cffe55 /hmp-commands.hx | |
parent | 93e0597ef9fa266756c30e61fafe4b70fc7ce6a6 (diff) | |
parent | 37628f11c6b190ebb3082938868aadb23942ee3a (diff) |
Merge remote-tracking branch 'qmp/for-anthony' into staging
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r-- | hmp-commands.hx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index 834e6a8c87..6ad8806785 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -740,10 +740,11 @@ ETEXI #if defined(TARGET_I386) { .name = "nmi", - .args_type = "cpu_index:i", - .params = "cpu", - .help = "inject an NMI on the given CPU", - .mhandler.cmd = do_inject_nmi, + .args_type = "", + .params = "", + .help = "inject an NMI on all guest's CPUs", + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_inject_nmi, }, #endif STEXI |