From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KrBCy-0005HC-4K for qemu-devel@nongnu.org; Sat, 18 Oct 2008 08:47:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KrBCw-0005Ft-P5 for qemu-devel@nongnu.org; Sat, 18 Oct 2008 08:47:03 -0400 Received: from [199.232.76.173] (port=44383 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrBCw-0005Fk-J7 for qemu-devel@nongnu.org; Sat, 18 Oct 2008 08:47:02 -0400 Received: from wf-out-1314.google.com ([209.85.200.173]:17926) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KrBCw-0005EP-7u for qemu-devel@nongnu.org; Sat, 18 Oct 2008 08:47:02 -0400 Received: by wf-out-1314.google.com with SMTP id 27so1077718wfd.4 for ; Sat, 18 Oct 2008 05:47:01 -0700 (PDT) Message-ID: <4df4ef0c0810180547m5d3def0aucded487b7eb1f2fc@mail.gmail.com> Date: Sat, 18 Oct 2008 18:47:01 +0600 From: "Anton Salikhmetov" Subject: Re: [Qemu-devel] [PATCH] Fix VGA for MIPS Malta (big endian) In-Reply-To: <90edad820810180438r65fa6a14o9776e3f00bee4173@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48834B9C.8010102@weilnetz.de> <90edad820810180438r65fa6a14o9776e3f00bee4173@mail.gmail.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: berlios@weilnetz.de > ---------- Forwarded message ---------- > From: Stefan Weil > Date: 2008/7/20 > Subject: [Qemu-devel] [PATCH] Fix VGA for MIPS Malta (big endian) > To: QEMU Developers > > > 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? > > Regards > Stefan > Hello, I have a project requiring the VGA support in qemu-system-mips (MIPS, 32-bit, BE), and the suggested solution works for me. Without the proposed patch the picture in Qemu's SDL window is distorted and VGA support in Qemu is unusable, at least, for the MIPS 32-bit BE architecture. Hope this patch is going to be restricted to MIPS and 32-bit and committed to the repository. Thanks. Anton