mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
e1dfb6681a
commit
a552a86e1a
|
@ -3989,7 +3989,7 @@ qemu-kvm -net nic,model=? /dev/null
|
|||
<source network='default'/>
|
||||
<target dev='vnet1'/>
|
||||
<model type='virtio'/>
|
||||
<b><backend tap='/dev/net/tun' vhost='/dev/net-vhost'/></b>
|
||||
<b><backend tap='/dev/net/tun' vhost='/dev/vhost-net'/></b>
|
||||
<driver name='vhost' txmode='iothread' ioeventfd='on' event_idx='off' queues='5'/>
|
||||
</interface>
|
||||
</devices>
|
||||
|
|
Loading…
Reference in New Issue