From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0Vrh-0007T7-Mv for qemu-devel@nongnu.org; Mon, 05 Sep 2011 05:53:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0Vrg-000174-Oi for qemu-devel@nongnu.org; Mon, 05 Sep 2011 05:53:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0Vrg-00016y-Fl for qemu-devel@nongnu.org; Mon, 05 Sep 2011 05:53:16 -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 p859rFn5013672 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 5 Sep 2011 05:53:15 -0400 Message-ID: <4E649C07.2020204@redhat.com> Date: Mon, 05 Sep 2011 11:53:11 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <20110704094358.GA10960@redhat.com> <20110904171106.GA13153@redhat.com> <20110905093825.GE16038@redhat.com> In-Reply-To: <20110905093825.GE16038@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] pci: add standard bridge device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Markus Armbruster , qemu-devel@nongnu.org Hi, >> Looking... qdev_device_help() shows only device properties, not bus >> properties. I'd call that a bug. > > Hmm, but is "bus" a bus property? It isn't. bus= is handled by qdev core (id= too). addr= actually is a (pci) bus property. cheers, Gerd