From 4a34633a7f53cc03e58521ebbb390545e85d7f31 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 14 Jul 2010 15:07:59 -0400 Subject: [PATCH] docs: domain: Document virtio Signed-off-by: Cole Robinson --- docs/formatdomain.html.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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
+
Paravirtualized virtio channel. Channel is exposed in the guest under + /dev/vport*, and if the optional elementname is specified, + /dev/virtio-ports/$name (for more info, please see + http://fedoraproject.org/wiki/Features/VirtioSerial) + Since 0.7.7
Host interface
-- GitLab