Re: [Qemu-devel] [PATCH] ui/console-gl: Add support for big endian display surfaces

2016-06-10 Thread Gerd Hoffmann
On Mo, 2016-06-06 at 22:01 +0200, Thomas Huth wrote: > This is required for running QEMU on big endian hosts (like > PowerPC machines) that use RGB instead of BGR byte ordering. Added to ui patch queue. thanks, Gerd

[Qemu-devel] [PATCH] ui/console-gl: Add support for big endian display surfaces

2016-06-06 Thread Thomas Huth
This is required for running QEMU on big endian hosts (like PowerPC machines) that use RGB instead of BGR byte ordering. Ticket: https://bugs.launchpad.net/qemu/+bug/1581796 Signed-off-by: Thomas Huth --- ui/console-gl.c | 5 + 1 file changed, 5 insertions(+) diff --git a/ui/console-gl.c b/