From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0VcR-0004Vf-Vz for qemu-devel@nongnu.org; Mon, 05 Sep 2011 05:37:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0VcQ-00069M-Pd for qemu-devel@nongnu.org; Mon, 05 Sep 2011 05:37:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0VcQ-00069H-7J for qemu-devel@nongnu.org; Mon, 05 Sep 2011 05:37:30 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p859bTa2026073 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 5 Sep 2011 05:37:29 -0400 Date: Mon, 5 Sep 2011 12:38:26 +0300 From: "Michael S. Tsirkin" Message-ID: <20110905093825.GE16038@redhat.com> References: <20110704094358.GA10960@redhat.com> <20110904171106.GA13153@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] pci: add standard bridge device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org, kraxel@redhat.com On Mon, Sep 05, 2011 at 10:17:01AM +0200, Markus Armbruster wrote: > "Michael S. Tsirkin" writes: > > > 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? > > Looking... qdev_device_help() shows only device properties, not bus > properties. I'd call that a bug. Hmm, but is "bus" a bus property? Care fixing all these? -- MST