pixman: fix qemu_default_pixman_format (32bpp non-native endian)
commit89ec031b09c81821e349c364575fad652395cf94
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 15 Sep 2014 06:33:37 +0000 (15 08:33 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 30 Sep 2014 11:34:04 +0000 (30 13:34 +0200)
tree7a56e3c53cb15769a2005201b7acb7d198debb73
parent29429c7244c73eefada3d0ec6dd30c5698782d08
pixman: fix qemu_default_pixman_format (32bpp non-native endian)

Bug breaks SDL display of bigendian guests on little endian hosts.

Reported-by: BALATON Zoltan <balaton@eik.bme.hu>
Reported-by: Valentin Manea <valentin.manea@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/qemu-pixman.c