From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMgTH-0001PO-Oe for qemu-devel@nongnu.org; Wed, 18 May 2011 09:07:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMgTG-0005lg-U0 for qemu-devel@nongnu.org; Wed, 18 May 2011 09:07:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMgTG-0005lY-MM for qemu-devel@nongnu.org; Wed, 18 May 2011 09:07:26 -0400 Message-ID: <4DD3C489.8090400@redhat.com> Date: Wed, 18 May 2011 15:07:21 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <20110518091746.GK7589@redhat.com> <20110518105517.GE1705@valinux.co.jp> <20110518113430.GQ7589@redhat.com> In-Reply-To: <20110518113430.GQ7589@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 00/38] pci: initialize ids in pci common code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Isaku Yamahata , qemu-devel@nongnu.org Hi, > Well the devel device id can go it seems, but we > need think what to do with the revision. > Maybe it's not so terrible that revision will > be wrong in -help for qxl - any better ideas? Fine with me. Default is 2 and it can be set to 1 using rev=1 property if needed. Help should show rev 2. cheers, Gerd