qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] gtk UI doesn't correctly byte swap 32-bit framebuffer on qe


From: Mark Cave-Ayland
Subject: [Qemu-devel] gtk UI doesn't correctly byte swap 32-bit framebuffer on qemu-system-ppc little-endian host
Date: Mon, 03 Jun 2013 23:35:57 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12

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 <address@hidden>
Date:   Wed Feb 20 07:43:25 2013 -0600

    gtk: make default UI (v5)


Many thanks,

Mark.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]