From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FdwGE-00069D-Jg for qemu-devel@nongnu.org; Wed, 10 May 2006 17:30:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FdwGB-00068U-G8 for qemu-devel@nongnu.org; Wed, 10 May 2006 17:30:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FdwGB-00068R-AH for qemu-devel@nongnu.org; Wed, 10 May 2006 17:30:19 -0400 Received: from [65.74.133.6] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FdwHV-0006ME-8n for qemu-devel@nongnu.org; Wed, 10 May 2006 17:31:41 -0400 From: Paul Brook Subject: Re: [Qemu-devel] PATCH: fix bgr color mapping on qemu on Solaris/SPARC Date: Wed, 10 May 2006 22:30:05 +0100 References: <9893291.1147284983406.JavaMail.root@eastrmwml06.mgt.cox.net> In-Reply-To: <9893291.1147284983406.JavaMail.root@eastrmwml06.mgt.cox.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605102230.06357.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, sol10x86@cox.net On Wednesday 10 May 2006 19:16, Ben Taylor wrote: > Enclosed is a patch that fixes the color mapping when running qemu on a > Solaris/Sparc system. To enable the color mapping bgr, call qemu with the > flag "-bgr". We've been over this several times before. qemu should be able to autodetect what color format to use. Also putting if inside the inner loop of the low-level conversion routines is a bad idea. Paul