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