]> xenbits.xensource.com Git - libvirt.git/commit
qemu: fix typo in name - should be VHOST_NET, not VNET_HOST
authorLaine Stump <laine@laine.org>
Mon, 23 May 2011 17:38:32 +0000 (13:38 -0400)
committerLaine Stump <laine@laine.org>
Tue, 24 May 2011 14:45:55 +0000 (10:45 -0400)
commit51781b82f77cee37f0b662c3ca7d85fde27ea193
treec914cfe47ac4090d02c6b0542e0e386b7b87f0a3
parent58765b58a34182fff5691c435b57a89cfc7add98
qemu: fix typo in name - should be VHOST_NET, not VNET_HOST

NB: the enum that uses the string vnet-host (now changed to vhost-net)
is used in XML, but fortunately that hasn't been in an official
release yet, so it can still be fixed.
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
tests/qemuhelptest.c