qemu-options: Belatedly document --watchdog-action inject-nmi
authorMarkus Armbruster <armbru@redhat.com>
Mon, 2 Oct 2017 14:03:07 +0000 (16:03 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 20 Dec 2017 08:11:50 +0000 (09:11 +0100)
Missed in commit 795dc6e46d, v2.4.0.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20171002140307.5292-9-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
qemu-options.hx

index 07add8bedc4516bba2a9f57253ef265c45f87452..b1e5781908f3966ad5328978efab98f102296fc1 100644 (file)
@@ -3623,7 +3623,7 @@ A virtual watchdog for s390x backed by the diagnose 288 hypercall
 ETEXI
 
 DEF("watchdog-action", HAS_ARG, QEMU_OPTION_watchdog_action, \
-    "-watchdog-action reset|shutdown|poweroff|pause|debug|none\n" \
+    "-watchdog-action reset|shutdown|poweroff|inject-nmi|pause|debug|none\n" \
     "                action when watchdog fires [default=reset]\n",
     QEMU_ARCH_ALL)
 STEXI
@@ -3637,6 +3637,7 @@ The default is
 Other possible actions are:
 @code{shutdown} (attempt to gracefully shutdown the guest),
 @code{poweroff} (forcefully poweroff the guest),
+@code{inject-nmi} (inject a NMI into the guest),
 @code{pause} (pause the guest),
 @code{debug} (print a debug message and continue), or
 @code{none} (do nothing).