Re: [Qemu-devel] [PATCH 3/8] console: add qemu_alloc_display_format.

2015-05-18 Thread Frederic Konrad
On 18/05/2015 13:17, Gerd Hoffmann wrote: On Mo, 2015-05-18 at 09:51 +0200, Frederic Konrad wrote: On 18/05/2015 09:34, Gerd Hoffmann wrote: On Mi, 2015-05-13 at 21:12 +0200, fred.kon...@greensocs.com wrote: From: KONRAD Frederic This allows to create a surface with a different format than x

Re: [Qemu-devel] [PATCH 3/8] console: add qemu_alloc_display_format.

2015-05-18 Thread Gerd Hoffmann
On Mo, 2015-05-18 at 09:51 +0200, Frederic Konrad wrote: > On 18/05/2015 09:34, Gerd Hoffmann wrote: > > On Mi, 2015-05-13 at 21:12 +0200, fred.kon...@greensocs.com wrote: > >> From: KONRAD Frederic > >> > >> This allows to create a surface with a different format than xrgb. > > What is the us

Re: [Qemu-devel] [PATCH 3/8] console: add qemu_alloc_display_format.

2015-05-18 Thread Frederic Konrad
On 18/05/2015 09:34, Gerd Hoffmann wrote: On Mi, 2015-05-13 at 21:12 +0200, fred.kon...@greensocs.com wrote: From: KONRAD Frederic This allows to create a surface with a different format than xrgb. What is the use case for this? cheers, Gerd Hi, The Display Port introduced in pat

Re: [Qemu-devel] [PATCH 3/8] console: add qemu_alloc_display_format.

2015-05-18 Thread Gerd Hoffmann
On Mi, 2015-05-13 at 21:12 +0200, fred.kon...@greensocs.com wrote: > From: KONRAD Frederic > > This allows to create a surface with a different format than xrgb. What is the use case for this? cheers, Gerd

[Qemu-devel] [PATCH 3/8] console: add qemu_alloc_display_format.

2015-05-13 Thread fred . konrad
From: KONRAD Frederic This allows to create a surface with a different format than xrgb. Signed-off-by: KONRAD Frederic Cc: Gerd Hoffmann --- include/ui/console.h | 2 ++ ui/console.c | 25 ++--- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/