From: Jianwei Hu Date: Mon, 22 Sep 2014 13:12:18 +0000 (+0800) Subject: docs: specify vhost-net instead of net-vhost X-Git-Tag: v1.2.9-rc1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a552a86e1a12612eb8d5a4f6014d99faa1a8e500;p=thirdparty%2Flibvirt.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 --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 5e2b65ab10..eefdd5e5fc 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -3989,7 +3989,7 @@ qemu-kvm -net nic,model=? /dev/null <source network='default'/> <target dev='vnet1'/> <model type='virtio'/> - <backend tap='/dev/net/tun' vhost='/dev/net-vhost'/> + <backend tap='/dev/net/tun' vhost='/dev/vhost-net'/> <driver name='vhost' txmode='iothread' ioeventfd='on' event_idx='off' queues='5'/> </interface> </devices>