From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0GCw-0005p8-Kw for qemu-devel@nongnu.org; Sun, 04 Sep 2011 13:10:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0GCv-0002go-Ql for qemu-devel@nongnu.org; Sun, 04 Sep 2011 13:10:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2141) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0GCv-0002gi-Je for qemu-devel@nongnu.org; Sun, 04 Sep 2011 13:10:09 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p84HA8Bf025584 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 4 Sep 2011 13:10:08 -0400 Date: Sun, 4 Sep 2011 20:11:06 +0300 From: "Michael S. Tsirkin" Message-ID: <20110904171106.GA13153@redhat.com> References: <20110704094358.GA10960@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110704094358.GA10960@redhat.com> Subject: Re: [Qemu-devel] [PATCH] pci: add standard bridge device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com, armbru@redhat.com On Mon, Jul 04, 2011 at 12:43:58PM +0300, Michael S. Tsirkin wrote: > This adds support for a standard pci to pci bridge, > enabling support for more than 32 PCI devices in the system. > To use, specify the device id as a 'bus' option. > Example: > -device pci-bridge,id=bridge1 \ > -netdev user,id=u \ > -device ne2k_pci,id=net2,bus=bridge1,netdev=u BTW, I just noticed that -device ne2k_pci,? does not list the bus option. Any idea why? -- MST