diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index c79b606578..a70a94e72b 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1166,6 +1166,11 @@ qemu-kvm -net nic,model=? /dev/null
<source mode='bind' path='/tmp/guestfwd'/>
<target type='guestfwd' address='10.0.2.1' port='4600'/>
</channel>
+
+ <!-- KVM virtio channel -->
+ <channel type='pty'>
+ <target type='virtio' name='arbitrary.virtio.serial.port.name'/>
+ </channel>
</devices>
...
@@ -1182,6 +1187,13 @@ qemu-kvm -net nic,model=? /dev/null
forwarded to the channel device on the host. The target
element must have address
and port
attributes.
Since 0.7.3
+
+
virtio
name
is specified,
+ /dev/virtio-ports/$name (for more info, please see
+ http://fedoraproject.org/wiki/Features/VirtioSerial)
+ Since 0.7.7