Skip to content
Snippets Groups Projects
Commit 678313d5 authored by Dayu Liu's avatar Dayu Liu Committed by Het Gala
Browse files

hmp: Add help information for watchdog action: inject-nmi

virsh qemu-monitor-command --hmp help information of
watchdog_action missing inject-nmi which already supported
in Commit 795dc6e4

Resolves: qemu-project/qemu#2247


Signed-off-by: default avatarDayu Liu <liu.dayu@zte.com.cn>
Reviewed-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
[Mjt: decode and word-wrap commit message and add Resolves: tag]
parent 18cba047
No related branches found
No related tags found
No related merge requests found
...@@ -1412,7 +1412,7 @@ ERST ...@@ -1412,7 +1412,7 @@ ERST
{ {
.name = "watchdog_action", .name = "watchdog_action",
.args_type = "action:s", .args_type = "action:s",
.params = "[reset|shutdown|poweroff|pause|debug|none]", .params = "[reset|shutdown|poweroff|pause|debug|none|inject-nmi]",
.help = "change watchdog action", .help = "change watchdog action",
.cmd = hmp_watchdog_action, .cmd = hmp_watchdog_action,
.command_completion = watchdog_action_completion, .command_completion = watchdog_action_completion,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment