From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35987 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIQlP-0004y0-Sn for qemu-devel@nongnu.org; Tue, 16 Nov 2010 14:00:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIQlO-0005fs-UW for qemu-devel@nongnu.org; Tue, 16 Nov 2010 14:00:19 -0500 Received: from mail-iw0-f173.google.com ([209.85.214.173]:38120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIQlO-0005fn-Ql for qemu-devel@nongnu.org; Tue, 16 Nov 2010 14:00:18 -0500 Received: by iwn36 with SMTP id 36so1179889iwn.4 for ; Tue, 16 Nov 2010 11:00:18 -0800 (PST) Message-ID: <4CE2D4BE.90506@codemonkey.ws> Date: Tue, 16 Nov 2010 13:00:14 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <4CB78180.7050001@codemonkey.ws> <20101116172348.GB4077@redhat.com> In-Reply-To: <20101116172348.GB4077@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Hitting 29 NIC limit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Anjali Kulkarni , "kvm@vger.kernel.org" , "qemu-devel@nongnu.org" , "Richard W.M. Jones" , Avi Kivity On 11/16/2010 11:23 AM, Michael S. Tsirkin wrote: > On Thu, Oct 14, 2010 at 05:17:36PM -0500, Anthony Liguori wrote: > >> On 10/14/2010 05:12 PM, Anjali Kulkarni wrote: >> >>> Thanks. Does this work for e1000 as well? >>> >> Haven't tried. I don't know how various e1000 drivers would react. >> >> >>> Also, does it support pci hotplug? >>> >> No, but that's fixable down the road. >> >> Regards, >> >> Anthony Liguori >> > Probably not. > FWIW, by fixable, I meant, we could add the ability to hot plug a multi-port NIC device. For instance, we could have -device virtio-net-pci-x8 which would be an 8-port virtio-net card. Regards, Anthony Liguori