Re: [libvirt] [PATCHv3 05/11] qemu: Adapt command line generation to multiqueue net

2013-05-17 Thread Laine Stump
On 05/16/2013 08:49 AM, Michal Privoznik wrote: The qemuBuildHostNetStr() function which is responsible for generating command line for a network interface needs to be aware of multiqueue network interface as we are required to use: - fd=%d in case of one FD - fds=%d:%d:%d:...:%d in

[libvirt] [PATCHv3 05/11] qemu: Adapt command line generation to multiqueue net

2013-05-16 Thread Michal Privoznik
The qemuBuildHostNetStr() function which is responsible for generating command line for a network interface needs to be aware of multiqueue network interface as we are required to use: - fd=%d in case of one FD - fds=%d:%d:%d:...:%d in case of multiple FDs These two approaches can't be