summary refs log tree commit diff stats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2017-10-02 16:03:07 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-12-20 09:11:50 +0100
commit7ad9270ee21fdf0262a44ebf7e280c6a85022ced (patch)
treeafb2d096b97345764f99c08298a59983668749e1 /qemu-options.hx
parentdddba0688af1a68bc7c61adc6c2290fbaa31c37d (diff)
downloadfocaccia-qemu-7ad9270ee21fdf0262a44ebf7e280c6a85022ced.tar.gz
focaccia-qemu-7ad9270ee21fdf0262a44ebf7e280c6a85022ced.zip
qemu-options: Belatedly document --watchdog-action inject-nmi
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>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx3
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 07add8bedc..b1e5781908 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -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).