From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HwPA9-0003iG-0T for qemu-devel@nongnu.org; Thu, 07 Jun 2007 17:04:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HwPA6-0003i4-LM for qemu-devel@nongnu.org; Thu, 07 Jun 2007 17:04:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwPA6-0003i1-FM for qemu-devel@nongnu.org; Thu, 07 Jun 2007 17:04:54 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HwPA5-0005BU-Sa for qemu-devel@nongnu.org; Thu, 07 Jun 2007 17:04:54 -0400 Date: Thu, 7 Jun 2007 22:04:31 +0100 Subject: Re: [Qemu-devel] Sparc32 network problems Message-ID: <20070607210431.GB26587@networkno.de> References: <5C0D359E-F154-4E86-8BCF-72EBF9A27EEA@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: andreas.faerber@web.de, qemu-devel@nongnu.org Blue Swirl wrote: > On 6/6/07, Andreas F=E4rber wrote: > >I also made some local changes to tcx.c today to avoid having a blue- > >footed penguin on Intel. There's a TODO in that file saying the RGB > >functions should be merged with vga.c (where they are being patched > >by Q) - should I provide a qemu patch doing this and fixing the issue > >for both? Or is this for some reason restricted to Q? >=20 > I made a patch to fix both vga and tcx while also unifying the pixel > operations, does it fix the blue foot disease on PPC? Hm, _with_ this patch I get (on PPC/Linux, emulating LE MIPS): - a blue-footed penguin when the cirrus FB is started - blue instead of red colour in console output - A general blue-to-red inversion for X11 in 16bit mode. Note that the colours for the last one were already not quite right (e.g. grey became a pale blue), but with your patch it looks even weirder. Thiemo