]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Only setup vhost if virtType == "kvm"
authorCole Robinson <crobinso@redhat.com>
Thu, 1 Aug 2013 01:37:40 +0000 (21:37 -0400)
committerCole Robinson <crobinso@redhat.com>
Fri, 30 Aug 2013 16:15:07 +0000 (12:15 -0400)
commitd962318c4f3f8f2b020b391dc8deadaf658e7acd
tree65dddeacbfdc0ddad7b9aa21ae4542d772c9c18d
parent3e32544854d6dcbea19ee4aff46b48f7201099d3
qemu: Only setup vhost if virtType == "kvm"

vhost only works in KVM mode at the moment, and is infact compiled
out if the emulator is built for non-native architecture. While it
may work at some point in the future for plain qemu, for now it's
just noise on the command line (and which contributes to arm cli
breakage).
src/qemu/qemu_command.c