aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2010-07-14 15:07:59 -0400
committerCole Robinson <crobinso@redhat.com>2010-07-28 16:47:56 -0400
commit4a34633a7f53cc03e58521ebbb390545e85d7f31 (patch)
treeb39fa8350b51ea028e041ab67bbf58f372575f1e
parenttests: Test qemuxml2xml when expected xml changes (diff)
downloadlibvirt-4a34633a7f53cc03e58521ebbb390545e85d7f31.tar.gz
libvirt-4a34633a7f53cc03e58521ebbb390545e85d7f31.tar.bz2
libvirt-4a34633a7f53cc03e58521ebbb390545e85d7f31.zip
docs: domain: Document virtio <channel>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
-rw-r--r--docs/formatdomain.html.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index c79b60657..a70a94e72 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1166,6 +1166,11 @@ qemu-kvm -net nic,model=? /dev/null
&lt;source mode='bind' path='/tmp/guestfwd'/&gt;
&lt;target type='guestfwd' address='10.0.2.1' port='4600'/&gt;
&lt;/channel&gt;
+
+ &lt;!-- KVM virtio channel --&gt;
+ &lt;channel type='pty'&gt;
+ &lt;target type='virtio' name='arbitrary.virtio.serial.port.name'/&gt;
+ &lt;/channel&gt;
&lt;/devices&gt;
...</pre>
@@ -1182,6 +1187,13 @@ qemu-kvm -net nic,model=? /dev/null
forwarded to the channel device on the host. The <code>target</code>
element must have <code>address</code> and <code>port</code> attributes.
<span class="since">Since 0.7.3</span></dd>
+
+ <dt><code>virtio</code></dt>
+ <dd>Paravirtualized virtio channel. Channel is exposed in the guest under
+ /dev/vport*, and if the optional element<code>name</code> is specified,
+ /dev/virtio-ports/$name (for more info, please see
+ <a href="http://fedoraproject.org/wiki/Features/VirtioSerial">http://fedoraproject.org/wiki/Features/VirtioSerial</a>)
+ <span class="since">Since 0.7.7</span></dd>
</dl>
<h5><a name="elementsCharHostInterface">Host interface</a></h5>