From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hx2En-0003qO-7F for qemu-devel@nongnu.org; Sat, 09 Jun 2007 10:48:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hx2Em-0003oC-DD for qemu-devel@nongnu.org; Sat, 09 Jun 2007 10:48:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hx2Em-0003o1-9x for qemu-devel@nongnu.org; Sat, 09 Jun 2007 10:48:20 -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 1Hx2El-0005rg-Sx for qemu-devel@nongnu.org; Sat, 09 Jun 2007 10:48:20 -0400 Date: Sat, 9 Jun 2007 15:48:16 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel] Sparc32 network problems Message-ID: <20070609144815.GH26587@networkno.de> References: <5C0D359E-F154-4E86-8BCF-72EBF9A27EEA@web.de> <20070607210431.GB26587@networkno.de> <56EFBCEE-69E1-451E-B025-31D2D600B867@web.de> <20070608183556.GG26587@networkno.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: qemu-devel@nongnu.org Blue Swirl wrote: > On 6/8/07, Thiemo Seufer wrote: > >Blue Swirl wrote: > >[snip] > >> >I haven't been able to test the new patch yet. > >> > > >> >Q's patch and my adaptation for tcx just reversed the order of the > >> >colors, just like BlueSwirl's patch except that they used #if > >> >__LITTLE_ENDIAN__ in place of #ifdef WORDS_BIGENDIAN, and this worked > >> >for both i386 and sparc32 guests on i386 host (but is not applied for > >> >ppc host). > >> > > >> >http://www.kju-app.org/proj/browser/trunk/patches/q_vga.c_02.diff > >> > >> I think this is not correct either, instead the DisplayState bgr > >> attribute should be used. This version should work like before, and on > >> BGR displays the colours should be correct. VGA needs a similar change > >> for 15 and 16 bit depths if I'm correct. > > > >This one doesn't change anything for my testcases, so I guess it > >is ok for me. > > Could you test if this version fixes the 16/15 bit PPC host case? Again, no change for me. Thiemo