From 8cbd91a449e858631a5583aba6f96ec5037a07f7 Mon Sep 17 00:00:00 2001
From: Dmitry Mishin
Date: Thu, 24 Dec 2015 19:40:26 +0300
Subject: [PATCH] docs: Describe new 'append' attribute for chardevs source
Signed-off-by: Dmitry Mishin
---
docs/formatdomain.html.in | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index a8bd48e971..ce46f061d8 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -5227,7 +5227,7 @@ qemu-kvm -net nic,model=? /dev/null
<target port='0'/>
</serial>
<serial type='file'>
- <source path='/tmp/file'>
+ <source path='/tmp/file' append='on'>
<seclabel model='dac' relabel='no'/>
</source>
<target port='0'/>
@@ -5263,6 +5263,14 @@ qemu-kvm -net nic,model=? /dev/null
the per-domain setting.
+
+ If the interface type
presented to the host is "file",
+ then the source
element may contain an optional attribute
+ append
that specifies whether or not the information in
+ the file should be preserved on domain restart. Allowed values are
+ "on" and "off" (default). Since 1.3.1.
+
+
Each character device element has an optional
sub-element <address>
which can tie the