From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLgB7-0001fV-8Y for qemu-devel@nongnu.org; Wed, 23 Jul 2008 11:22:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLgB5-0001eF-GI for qemu-devel@nongnu.org; Wed, 23 Jul 2008 11:22:56 -0400 Received: from [199.232.76.173] (port=33294 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLgB5-0001eA-9j for qemu-devel@nongnu.org; Wed, 23 Jul 2008 11:22:55 -0400 Received: from yx-out-1718.google.com ([74.125.44.155]:64265) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLgB4-00039Z-S9 for qemu-devel@nongnu.org; Wed, 23 Jul 2008 11:22:55 -0400 Received: by yx-out-1718.google.com with SMTP id 3so427613yxi.82 for ; Wed, 23 Jul 2008 08:22:54 -0700 (PDT) Message-ID: <48874CAF.2020009@codemonkey.ws> Date: Wed, 23 Jul 2008 10:22:23 -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=ISO-8859-1; 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 Cc: Blue Swirl Blue Swirl wrote: > This patch gets 15 bit display working for me. SDL BitsPerPixel never > indicates any values other than multiples of 8, so we need to check > for strange depths. Any comments? > It looks sane to me. Regards, Anthony Liguori