Re: [Qemu-devel] [PATCH 6/8] cirrus: Remove non-32bpp cursor drawing

2014-09-25 Thread David Gibson
On Mon, Sep 22, 2014 at 04:44:54PM +0200, Gerd Hoffmann wrote: > From: Benjamin Herrenschmidt > > We only draw cursor on non-shared surfaces (so it seems...) and > these are always 32bpp > > Signed-off-by: Benjamin Herrenschmidt > Signed-off-by: Gerd Hoffmann Reviewed-by: David Gibson -- D

[Qemu-devel] [PATCH 6/8] cirrus: Remove non-32bpp cursor drawing

2014-09-22 Thread Gerd Hoffmann
From: Benjamin Herrenschmidt We only draw cursor on non-shared surfaces (so it seems...) and these are always 32bpp Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Gerd Hoffmann --- hw/display/cirrus_vga.c | 64 +--- hw/display/cirrus_vga_template.h | 102 --