From a552a86e1a12612eb8d5a4f6014d99faa1a8e500 Mon Sep 17 00:00:00 2001 From: Jianwei Hu Date: Mon, 22 Sep 2014 21:12:18 +0800 Subject: [PATCH] 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 --- docs/formatdomain.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>