Older Qemu versions must be patched to support more than 8 NICs (or maybe just when using the legacy -net syntax).
There is one line to change in net.h => #define MAX_NICS 8
Maybe changing the number to 24, 28 or 32 would be good and include this to your patches (both 0.11.0 and 0.14.1) would be great. The maximum number of NICs I could use on my side is 29.
Older Qemu versions must be patched to support more than 8 NICs (or maybe just when using the legacy -net syntax).
There is one line to change in net.h => #define MAX_NICS 8
Maybe changing the number to 24, 28 or 32 would be good and include this to your patches (both 0.11.0 and 0.14.1) would be great. The maximum number of NICs I could use on my side is 29.
Thanks,