]> xenbits.xensource.com Git - libvirt.git/commit
qemu: support vhost-net for generic ethernet devices
authorLaine Stump <laine@laine.org>
Fri, 8 Feb 2013 17:19:09 +0000 (12:19 -0500)
committerLaine Stump <laine@laine.org>
Fri, 8 Feb 2013 18:13:55 +0000 (13:13 -0500)
commit66d9bc00abb412cb3a9127cca8a7bf72c2714c9a
tree4b9a00291cf966c109d5ea08b7a3bb2bab8240a0
parenta6cfed260b9ff3777badb22d11a6ce3b8cb2601f
qemu: support vhost-net for generic ethernet devices

From qemu's point of view these are still just tap devices, so there's
no reason they shouldn't work with vhost-net; as a matter of fact,
Raja Sivaramakrishnan <srajag00@yahoo.com> verified on libvir-list
that at least the qemu_command.c part of this patch works:

  https://www.redhat.com/archives/libvir-list/2012-December/msg01314.html

(the hotplug case is extrapolation on my part).
src/qemu/qemu_command.c
src/qemu/qemu_hotplug.c