From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKapC-0007CW-Nf for qemu-devel@nongnu.org; Sun, 20 Jul 2008 11:27:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKapB-0007BT-PF for qemu-devel@nongnu.org; Sun, 20 Jul 2008 11:27:50 -0400 Received: from [199.232.76.173] (port=38139 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKapB-0007BC-H2 for qemu-devel@nongnu.org; Sun, 20 Jul 2008 11:27:49 -0400 Received: from wf-out-1314.google.com ([209.85.200.168]:23439) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KKapB-0005TP-8y for qemu-devel@nongnu.org; Sun, 20 Jul 2008 11:27:49 -0400 Received: by wf-out-1314.google.com with SMTP id 27so1140268wfd.4 for ; Sun, 20 Jul 2008 08:27:48 -0700 (PDT) Message-ID: Date: Sun, 20 Jul 2008 18:27:48 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] [PATCH] Fix VGA for MIPS Malta (big endian) In-Reply-To: <48834B9C.8010102@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48834B9C.8010102@weilnetz.de> 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 On 7/20/08, Stefan Weil wrote: > Hello, > > this patch fixes the VGA display for MIPS Malta (big endian, 32 bit). > > I have no tests for other big endian targets (32 or 64 bit). > Do they have a working VGA display (then my patch must be restricted > to MIPS and/or 32 bit), or do they show wrong pixel columns with current > Qemu trunk, too? Sparc64 uses VGA and the display is OK, but only in text mode so far. And there is a lot of byte swapping going on (or should be going on) so I wouldn't use that as a reference.