On 10/06/2010 12:46 AM, linux_...@proinbox.com wrote:
Attached is a patch that allows qemu to have up to 32 NICs, without
using the qdev -device method.
I'd rather there be no fixed limit and we validate that when add fails
because there isn't a TCP slot available, we do the right thing.
Attached is a patch that allows qemu to have up to 32 NICs, without
using the qdev -device method.
max_nics.patch
Description: Binary data
On Tue, Oct 5, 2010 at 7:48 AM, wrote:
> Hello list:
>
> I'm working on a project that calls for the creation of a firewall in
> KVM.
> While adding a 20-interface trunk of virtio adapters to bring in a dual
> 10GB bond, I've discovered an 8 NIC limit in QEMU.
>
> I found the following thread in