From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJXLp-0000iN-Qp for qemu-devel@nongnu.org; Fri, 10 Aug 2007 12:28:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJXLo-0000ha-Qo for qemu-devel@nongnu.org; Fri, 10 Aug 2007 12:28:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJXLo-0000hD-BE for qemu-devel@nongnu.org; Fri, 10 Aug 2007 12:28:36 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IJXLn-00031J-RH for qemu-devel@nongnu.org; Fri, 10 Aug 2007 12:28:36 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH/RFC] Set a (distinguishable) subsystem id for Cirrus VGA Date: Fri, 10 Aug 2007 17:28:29 +0100 References: <1186687670.26986.19.camel@erebor.boston.redhat.com> In-Reply-To: <1186687670.26986.19.camel@erebor.boston.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708101728.30489.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Jeremy Katz On Thursday 09 August 2007, Jeremy Katz wrote: > The attached adds a PCI subsystem vendor ID of 0x514D (QM ascii->hex) > for the Cirrus emulation so that you can tell that the system is running > under qemu. This will make it so that, eg, we can detect that in X and > know that resolutions > 800x600 won't blow up a monitor. I'd rather not. If you want autodetection to work then implement vesa DDC emulation. Paul