Re: [libvirt] [PATCH v2 07/12] qemu: Allow multiple vhost-net openings

2013-05-15 Thread Laine Stump
On 05/13/2013 01:23 PM, Michal Privoznik wrote: > With multiqueue network feature, we are advised to pass multiple > vhost-net FDs as well. The ratio should be 1:1. Therefore we must > alter the qemuOpenVhostNet function to allow that. > --- > src/qemu/qemu_command.c | 40 +

[libvirt] [PATCH v2 07/12] qemu: Allow multiple vhost-net openings

2013-05-13 Thread Michal Privoznik
With multiqueue network feature, we are advised to pass multiple vhost-net FDs as well. The ratio should be 1:1. Therefore we must alter the qemuOpenVhostNet function to allow that. --- src/qemu/qemu_command.c | 40 ++-- src/qemu/qemu_command.h | 3 ++- src/qem