From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Armbruster Subject: Re: [PATCH] increase MAX_NICS value Date: Sat, 10 Jul 2010 07:59:02 +0200 Message-ID: References: <1278689957.9187.12.camel@champagne> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Alessandro Bono Return-path: Received: from mx1.redhat.com ([209.132.183.28]:56587 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751039Ab0GJF7H (ORCPT ); Sat, 10 Jul 2010 01:59:07 -0400 In-Reply-To: <1278689957.9187.12.camel@champagne> (Alessandro Bono's message of "Fri, 09 Jul 2010 17:39:17 +0200") Sender: kvm-owner@vger.kernel.org List-ID: Alessandro Bono writes: > Hi all > > max number of allowed nics per vm is hardcoded on net.h to 8. This value > it's too low in situation with big network, increase to 24 > this should be safe as mentioned on this thread > http://kerneltrap.org/mailarchive/linux-kvm/2009/1/29/4848304/thread > > Signed-off-by: Alessandro Bono 1. Doesn't this belong upstream? qemu-devel@nongnu.org 2. MAX_NICS applies only to -net nic. Use -device instead. See docs/qdev-device-use.txt