Skip to content

Commit

Permalink
hmp: Add help information for watchdog action: inject-nmi
Browse files Browse the repository at this point in the history
virsh qemu-monitor-command --hmp help information of
watchdog_action missing inject-nmi which already supported
in Commit 795dc6e

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2247
Signed-off-by: Dayu Liu <liu.dayu@zte.com.cn>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
[Mjt: decode and word-wrap commit message and add Resolves: tag]
  • Loading branch information
eeldy authored and Michael Tokarev committed Apr 2, 2024
1 parent f6822fe commit 7805132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hmp-commands.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ ERST
{
.name = "watchdog_action",
.args_type = "action:s",
.params = "[reset|shutdown|poweroff|pause|debug|none]",
.params = "[reset|shutdown|poweroff|pause|debug|none|inject-nmi]",
.help = "change watchdog action",
.cmd = hmp_watchdog_action,
.command_completion = watchdog_action_completion,
Expand Down

0 comments on commit 7805132

Please sign in to comment.