[Qemu-devel] Re: 8 NIC limit - patch - places limit at 32

2010-10-06 Thread Anthony Liguori
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.

[Qemu-devel] Re: 8 NIC limit - patch - places limit at 32

2010-10-05 Thread linux_kvm
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

[Qemu-devel] Re: 8 NIC limit

2010-10-05 Thread Dustin Kirkland
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