]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hmp: Add help information for watchdog action: inject-nmi
authorDayu Liu <liu.dayu@zte.com.cn>
Mon, 1 Apr 2024 09:43:55 +0000 (17:43 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 2 Apr 2024 10:38:51 +0000 (13:38 +0300)
virsh qemu-monitor-command --hmp help information of
watchdog_action missing inject-nmi which already supported
in Commit 795dc6e4

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]

hmp-commands.hx

index 17b5ea839d9aba1bed06cbb4851add3e1a382ad5..2e2a3bcf9892633fa531b7f5467032fe81e897a1 100644 (file)
@@ -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,