]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: specify vhost-net instead of net-vhost
authorJianwei Hu <jiahu@redhat.com>
Mon, 22 Sep 2014 13:12:18 +0000 (21:12 +0800)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 22 Sep 2014 14:54:26 +0000 (16:54 +0200)
For the tap backend the default is specified and the same should be
done for the vhost attribute.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
docs/formatdomain.html.in

index 5e2b65ab1011ddd7dd7300e62304503561faeab2..eefdd5e5fc0f164d2cc071ca2a9b69f4b10632ea 100644 (file)
@@ -3989,7 +3989,7 @@ qemu-kvm -net nic,model=? /dev/null
       &lt;source network='default'/&gt;
       &lt;target dev='vnet1'/&gt;
       &lt;model type='virtio'/&gt;
-      <b>&lt;backend tap='/dev/net/tun' vhost='/dev/net-vhost'/&gt;</b>
+      <b>&lt;backend tap='/dev/net/tun' vhost='/dev/vhost-net'/&gt;</b>
       &lt;driver name='vhost' txmode='iothread' ioeventfd='on' event_idx='off' queues='5'/&gt;
     &lt;/interface&gt;
   &lt;/devices&gt;