]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildNicDevStr: Set vectors= on Multiqueue
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 23 Aug 2013 07:48:24 +0000 (09:48 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 9 Jan 2014 14:23:57 +0000 (15:23 +0100)
commit4f588a1b465e2b32c78429e8d2f2c010eb11da19
treec6fa89f9856509eb5876330f750cdc76b28c57f2
parent097c9b52f474ed80e8d5d91910e7f556967a1a95
qemuBuildNicDevStr: Set vectors= on Multiqueue

Yet another advice appeared on the Multiqueue wiki page:

http://www.linux-kvm.org/page/Multiqueue#Enable_MQ_feature

We should add vectors=N onto the qemu command line, where
N = 2 * (number of queues) + 1.
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_hotplug.c