Re: [Qemu-devel] [PATCH v2] vga: fix byteswapping.

2013-02-22 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH v2] vga: fix byteswapping.

2013-02-20 Thread Stefano Stabellini
On Wed, 20 Feb 2013, Gerd Hoffmann wrote: > In case host and guest endianness differ the vga code first creates > a shared surface (using qemu_create_displaysurface_from), then goes > patch the surface format to indicate that the bytes must be swapped. > > The switch to pixman broke that hack as t

[Qemu-devel] [PATCH v2] vga: fix byteswapping.

2013-02-20 Thread Gerd Hoffmann
In case host and guest endianness differ the vga code first creates a shared surface (using qemu_create_displaysurface_from), then goes patch the surface format to indicate that the bytes must be swapped. The switch to pixman broke that hack as the format patching isn't propagated into the pixman