From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjdRl-00027f-Qm for qemu-devel@nongnu.org; Mon, 03 Jun 2013 18:41:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjdRh-0008V5-5m for qemu-devel@nongnu.org; Mon, 03 Jun 2013 18:41:49 -0400 Received: from katherinewilliamsonsoprano.co.uk ([82.165.34.74]:33760 helo=p15195424.pureserver.info) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjdMW-0006jY-Dj for qemu-devel@nongnu.org; Mon, 03 Jun 2013 18:36:24 -0400 Message-ID: <51AD1A4D.1090301@ilande.co.uk> Date: Mon, 03 Jun 2013 23:35:57 +0100 From: Mark Cave-Ayland MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] gtk UI doesn't correctly byte swap 32-bit framebuffer on qemu-system-ppc little-endian host List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Anthony Liguori Hi all, I've just been testing some more OpenBIOS images with the new gtk UI and found that if you specify a 32-bit depth framebuffer on qemu-system-ppc running on a little-endian host then the RGB -> BGR byteswap doesn't take place. Good: ./qemu-system-ppc -g 1024x768x32 -vnc :1 ./qemu-system-ppc -g 1024x768x32 -sdl Bad: ./qemu-system-ppc -g 1024x768x32 I've quickly confirmed this with git bisect which simply returns: commit 15546425c5527ebb08ede399373b705866f1ff84 Author: Anthony Liguori Date: Wed Feb 20 07:43:25 2013 -0600 gtk: make default UI (v5) Many thanks, Mark.