Michal Privoznik 1f24f68225 qemu: Adapt qemuBuildInterfaceCommandLine to to multiqueue net
In order to learn libvirt multiqueue several things must be done:

1) The '/dev/net/tun' device needs to be opened multiple times with
IFF_MULTI_QUEUE flag passed to ioctl(fd, TUNSETIFF, &ifr);

2) Similarly, '/dev/vhost-net' must be opened as many times as in 1)
in order to keep 1:1 ratio recommended by qemu and kernel folks.

3) The command line construction code needs to switch from 'fd=X' to
'fds=X:Y:...:Z' and from 'vhostfd=X' to 'vhostfds=X:Y:...:Z'.

4) The monitor handling code needs to learn to pass multiple FDs.
2013-05-22 17:24:27 +02:00
..
2012-12-21 11:17:13 +00:00
2013-01-14 13:25:47 +00:00
2013-01-14 13:25:47 +00:00
2013-05-02 13:35:26 -06:00
2013-02-12 09:00:15 -07:00
2013-02-01 16:01:45 -07:00
2013-05-17 17:09:29 +01:00
2012-04-19 10:21:43 -04:00
2013-03-20 19:37:00 +08:00
2013-01-16 11:02:58 +00:00
2013-04-12 16:55:45 -04:00
2013-04-08 13:18:07 -06:00
2012-12-21 11:19:49 +00:00
2012-12-21 11:19:50 +00:00