提交 8cbd91a4 编写于 作者: D Dmitry Mishin 提交者: John Ferlan

docs: Describe new 'append' attribute for chardevs source

Signed-off-by: NDmitry Mishin <dim@virtuozzo.com>
上级 b4e0549f
...@@ -5227,7 +5227,7 @@ qemu-kvm -net nic,model=? /dev/null ...@@ -5227,7 +5227,7 @@ qemu-kvm -net nic,model=? /dev/null
&lt;target port='0'/&gt; &lt;target port='0'/&gt;
&lt;/serial&gt; &lt;/serial&gt;
&lt;serial type='file'&gt; &lt;serial type='file'&gt;
&lt;source path='/tmp/file'&gt; &lt;source path='/tmp/file' append='on'&gt;
&lt;seclabel model='dac' relabel='no'/&gt; &lt;seclabel model='dac' relabel='no'/&gt;
&lt;/source&gt; &lt;/source&gt;
&lt;target port='0'/&gt; &lt;target port='0'/&gt;
...@@ -5263,6 +5263,14 @@ qemu-kvm -net nic,model=? /dev/null ...@@ -5263,6 +5263,14 @@ qemu-kvm -net nic,model=? /dev/null
the per-domain setting</a>. the per-domain setting</a>.
</p> </p>
<p>
If the interface <code>type</code> presented to the host is "file",
then the <code>source</code> element may contain an optional attribute
<code>append</code> that specifies whether or not the information in
the file should be preserved on domain restart. Allowed values are
"on" and "off" (default). <span class="since">Since 1.3.1</span>.
</p>
<p> <p>
Each character device element has an optional Each character device element has an optional
sub-element <code>&lt;address&gt;</code> which can tie the sub-element <code>&lt;address&gt;</code> which can tie the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册