docs: specify vhost-net instead of net-vhost

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>
This commit is contained in:
Jianwei Hu 2014-09-22 21:12:18 +08:00 committed by Martin Kletzander
parent e1dfb6681a
commit a552a86e1a
1 changed files with 1 additions and 1 deletions

View 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;