From: Dayu Liu Date: Mon, 1 Apr 2024 09:43:55 +0000 (+0800) Subject: hmp: Add help information for watchdog action: inject-nmi X-Git-Tag: v9.0.0-rc2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7805132bc30b2619355b10bbfb67217ac838c677;p=thirdparty%2Fqemu.git 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: https://gitlab.com/qemu-project/qemu/-/issues/2247 Signed-off-by: Dayu Liu Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev [Mjt: decode and word-wrap commit message and add Resolves: tag] --- diff --git a/hmp-commands.hx b/hmp-commands.hx index 17b5ea839d9..2e2a3bcf989 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -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,