From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLeIP-0002Et-2i for qemu-devel@nongnu.org; Wed, 23 Jul 2008 09:22:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLeIN-0002Ea-M1 for qemu-devel@nongnu.org; Wed, 23 Jul 2008 09:22:20 -0400 Received: from [199.232.76.173] (port=38020 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLeIN-0002EV-Fq for qemu-devel@nongnu.org; Wed, 23 Jul 2008 09:22:19 -0400 Received: from hu-out-0506.google.com ([72.14.214.232]:4669) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLeIN-0005lu-6Z for qemu-devel@nongnu.org; Wed, 23 Jul 2008 09:22:19 -0400 Received: by hu-out-0506.google.com with SMTP id 21so8573371hug.12 for ; Wed, 23 Jul 2008 06:22:17 -0700 (PDT) Message-ID: <4887306A.5080506@codemonkey.ws> Date: Wed, 23 Jul 2008 08:21:46 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/3] Fix SDL problems with BGR displays References: <1216759903-21779-1-git-send-email-aliguori@us.ibm.com> <1DCE177A-FDF8-4DFA-B0FE-AF85605439F0@web.de> <48865AE1.4010305@us.ibm.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 Blue Swirl wrote: > On 7/23/08, Anthony Liguori wrote: > > I can't reproduce the problem anymore, even reverting the patch > changes nothing at depth 16. There seems to be other bugs involved, > for example at depth 15 everything looks cosmic. Maybe VGA memory > accesses assume some host endianness which are wrong on big endian > host. > Okay, I'll commit the partial revert since it does at least fix some displays. Regards, Anthony Liguori