[virt-tools-list] [virt-manager PATCH 3/3] man: add man page for --panic option

Chen Hanxiao chenhanxiao at cn.fujitsu.com
Wed Jan 22 09:44:40 UTC 2014


From: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>

Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
 man/virt-install.pod | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/man/virt-install.pod b/man/virt-install.pod
index 901d882..c856022 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -1328,6 +1328,25 @@ details.
 
 =back
 
+=item --panic default
+
+Attach a panic notifier device to the guest. If the panic notifier device needs to
+be specified an ioport, use command:
+
+--panic io=0x506
+or
+--panic io=506
+
+ioport of panic notifier device will be set by parameter 'io'.
+
+Use the recommended settings:
+
+--panic default
+
+ioport of panic notifier device will be set as 0x505.
+
+See C<http://libvirt.org/formatdomain.html#elementsPanic> for details.
+
 =back
 
 =head2 Miscellaneous Options
-- 
1.8.2.1




More information about the virt-tools-list mailing list