From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPkqk-0004Gw-U7 for qemu-devel@nongnu.org; Wed, 21 Jan 2009 16:43:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPkqj-0004GR-5N for qemu-devel@nongnu.org; Wed, 21 Jan 2009 16:43:02 -0500 Received: from [199.232.76.173] (port=50915 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPkqj-0004GM-1p for qemu-devel@nongnu.org; Wed, 21 Jan 2009 16:43:01 -0500 Received: from smtp.ctxuk.citrix.com ([62.200.22.115]:54574 helo=SMTP.EU.CITRIX.COM) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPkqi-0007mY-NK for qemu-devel@nongnu.org; Wed, 21 Jan 2009 16:43:00 -0500 Message-ID: <497795DD.5060008@eu.citrix.com> Date: Wed, 21 Jan 2009 21:38:37 +0000 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [6336] DisplayState interface change (Stefano Stabellini) References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 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 malc wrote: > > This breaks truecolor display for both sdl and vnc on big-endian > hosts. > I hope that "breaks" in this case means "the colors are wrong". I think I just need to change console.c:qemu_default_pixelformat to correctly handle big-endian hosts, the fix should be simple but it will be really difficult for me to test.