From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44429 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJ34a-0002fq-1R for qemu-devel@nongnu.org; Thu, 18 Nov 2010 06:54:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJ34U-0003jS-PN for qemu-devel@nongnu.org; Thu, 18 Nov 2010 06:54:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53749) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJ34U-0003jC-HK for qemu-devel@nongnu.org; Thu, 18 Nov 2010 06:54:34 -0500 Message-ID: <4CE513F5.4010200@redhat.com> Date: Thu, 18 Nov 2010 12:54:29 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Hitting 29 NIC limit References: <20101116172141.GA4077@redhat.com> <20101117105843.GB10168@redhat.com> <20101118030918.GA18102@valinux.co.jp> In-Reply-To: <20101118030918.GA18102@valinux.co.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaku Yamahata Cc: Anjali Kulkarni , qemu-devel@nongnu.org, "Michael S. Tsirkin" Hi, > What is missing for multiple pci buses is > - a simple P2P bridge emulator for pc architecture > - seabios support > - DSDT for a new machine which has multi pci buses(IRQ routing) Is this really needed? IIRC there are (used to be?) multiport nic pci cards which are simply multiple ethernet card pci chips behind a pci-to-pci bridge. Such a pci-to-pci bridge should be able to operate without bios support, no? So one cold just do ... -device pci-bridge,id=br -device e1000,bus=br.0 -device e1000,bus=br.0 to create a bridge with two nics behind it? cheers, Gerd