]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Enable multiqueue for macvtaps
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 4 Dec 2015 10:47:22 +0000 (11:47 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 11 Dec 2015 07:44:44 +0000 (08:44 +0100)
commit81a110edc72a42f5c6316d554a5ea64f1d8d83b0
tree0ad8d1e0535643e29d149592145b18d12469e3ba
parent08da97bfb9b459333d5f9efa7841ce8fe23f431d
qemu: Enable multiqueue for macvtaps

https://bugzilla.redhat.com/show_bug.cgi?id=1240439

Ta-da! Now that we know how to open a macvtap device multiple
times, we can finally enable the multiqueue feature. Everything
else is already prepared (e.g. command line generation) from the
previous iteration where the feature was implemented for
TUN/TAP devices.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_hotplug.c