Re: [Spice-devel] [PATCH 3/3] fix palette handling for 0.4 compat

2010-09-14 Thread Alexander Larsson
On Tue, 2010-09-14 at 10:45 +0200, Gerd Hoffmann wrote: > spice 0.4 guests pass 16bpp palette colors when running in > a 16bpp video mode. Convert them to 32bpp. > > Signed-off-by: Gerd Hoffmann > --- ack -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexande

[Spice-devel] [PATCH 3/3] fix palette handling for 0.4 compat

2010-09-14 Thread Gerd Hoffmann
spice 0.4 guests pass 16bpp palette colors when running in a 16bpp video mode. Convert them to 32bpp. Signed-off-by: Gerd Hoffmann --- server/red_parse_qxl.c | 99 +++- 1 files changed, 56 insertions(+), 43 deletions(-) diff --git a/server/red_pars