[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 1/7] watchdog: change option wording to allow for mor
From: |
Christian Borntraeger |
Subject: |
[Qemu-devel] [PULL 1/7] watchdog: change option wording to allow for more watchdogs |
Date: |
Mon, 15 Jun 2015 14:00:25 +0200 |
From: Xu Wang <address@hidden>
We will introduce a new watchdog for s390x. Lets adopt
qemu-options.hx to allow more watchdog devices.
Signed-off-by: Xu Wang <address@hidden>
Reviewed-by: David Hildenbrand <address@hidden>
Signed-off-by: Christian Borntraeger <address@hidden>
[split out qemu-option.hx base changes]
---
qemu-options.hx | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)
diff --git a/qemu-options.hx b/qemu-options.hx
index 1d281f6..a295c0f 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -3152,7 +3152,7 @@ when the shift value is high (how high depends on the
host machine).
ETEXI
DEF("watchdog", HAS_ARG, QEMU_OPTION_watchdog, \
- "-watchdog i6300esb|ib700\n" \
+ "-watchdog model\n" \
" enable virtual hardware watchdog [default=none]\n",
QEMU_ARCH_ALL)
STEXI
@@ -3160,16 +3160,21 @@ STEXI
@findex -watchdog
Create a virtual hardware watchdog device. Once enabled (by a guest
action), the watchdog must be periodically polled by an agent inside
-the guest or else the guest will be restarted.
+the guest or else the guest will be restarted. Choose a model for
+which your guest has drivers.
-The @var{model} is the model of hardware watchdog to emulate. Choices
-for model are: @code{ib700} (iBASE 700) which is a very simple ISA
-watchdog with a single timer, or @code{i6300esb} (Intel 6300ESB I/O
-controller hub) which is a much more featureful PCI-based dual-timer
-watchdog. Choose a model for which your guest has drivers.
-
-Use @code{-watchdog help} to list available hardware models. Only one
+The @var{model} is the model of hardware watchdog to emulate. Use
address@hidden help} to list available hardware models. Only one
watchdog can be enabled for a guest.
+
+The following models may be available:
address@hidden @option
address@hidden ib700
+iBASE 700 is a very simple ISA watchdog with a single timer.
address@hidden i6300esb
+Intel 6300ESB I/O controller hub is a much more featureful PCI-based
+dual-timer watchdog.
address@hidden table
ETEXI
DEF("watchdog-action", HAS_ARG, QEMU_OPTION_watchdog_action, \
--
2.3.0
- [Qemu-devel] [PULL 0/7] s390x/kvm/bios/watchdog, Christian Borntraeger, 2015/06/15
- [Qemu-devel] [PULL 4/7] s390x/watchdog: diag288 migration support, Christian Borntraeger, 2015/06/15
- [Qemu-devel] [PULL 1/7] watchdog: change option wording to allow for more watchdogs,
Christian Borntraeger <=
- [Qemu-devel] [PULL 7/7] s390/bios: build with -fdelete-null-pointer-checks, Christian Borntraeger, 2015/06/15
- [Qemu-devel] [PULL 6/7] watchdog: Add new Virtual Watchdog action INJECT-NMI, Christian Borntraeger, 2015/06/15
- [Qemu-devel] [PULL 2/7] s390x/watchdog: introduce diag288 watchdog device, Christian Borntraeger, 2015/06/15
- [Qemu-devel] [PULL 5/7] nmi: Implement inject_nmi() for non-monitor context use, Christian Borntraeger, 2015/06/15
- [Qemu-devel] [PULL 3/7] s390x/kvm: diag288 instruction interception and handling, Christian Borntraeger, 2015/06/15
- Re: [Qemu-devel] [PULL 0/7] s390x/kvm/bios/watchdog, Peter Maydell, 2015/06/15