Re: [Qemu-devel] [PATCH 4/4] console: stop using PixelFormat

2014-06-20 Thread Benjamin Herrenschmidt
On Wed, 2014-06-18 at 14:23 +0200, Gerd Hoffmann wrote: > With this patch the qemu console core stops using PixelFormat and pixman > format codes side-by-side, pixman format code is the primary way to > specify the DisplaySurface format: > > * DisplaySurface stops carrying a PixelFormat field. >

[Qemu-devel] [PATCH 4/4] console: stop using PixelFormat

2014-06-18 Thread Gerd Hoffmann
With this patch the qemu console core stops using PixelFormat and pixman format codes side-by-side, pixman format code is the primary way to specify the DisplaySurface format: * DisplaySurface stops carrying a PixelFormat field. * qemu_create_displaysurface_from() expects a pixman format now. F