Re: [Qemu-devel] [PATCH] Removed support for depth!=32

2017-02-27 Thread Gerd Hoffmann
Hi, > (Gerd: can you remind me of the reason why we can assume that > depth is always 32 here? IIRC it's because the UI layer always > uses 32 bit depth now but I couldn't convince myself of that > with a quick look through the ui code...) qemu-allocated display surfaces (backed by host memory)

Re: [Qemu-devel] [PATCH] Removed support for depth!=32

2017-02-27 Thread Peter Maydell
On 27 February 2017 at 08:14, Suramya Shah wrote: > Signed-off-by: Suramya Shah > --- > hw/display/sm501_template.h | 8 +--- > 1 file changed, 1 insertion(+), 7 deletions(-) > > diff --git a/hw/display/sm501_template.h b/hw/display/sm501_template.h > index f33e499..4e5801e 100644 > --- a/hw

[Qemu-devel] [PATCH] Removed support for depth!=32

2017-02-27 Thread Suramya Shah
Signed-off-by: Suramya Shah --- hw/display/sm501_template.h | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hw/display/sm501_template.h b/hw/display/sm501_template.h index f33e499..4e5801e 100644 --- a/hw/display/sm501_template.h +++ b/hw/display/sm501_template.h @@ -22