Re: [Qemu-devel] [PATCH 2/2] pxa2xx_lcd: fix palette parser
On 12 January 2012 20:30, Vasily Khoruzhick wrote: > Pallete entry size for 16bpp format is 2 bytes, not 4 > > Signed-off-by: Vasily Khoruzhick Thanks, applied, (with a style consistency change). Cheers
[Qemu-devel] [PATCH 2/2] pxa2xx_lcd: fix palette parser
Pallete entry size for 16bpp format is 2 bytes, not 4 Signed-off-by: Vasily Khoruzhick --- hw/pxa2xx_lcd.c | 51 --- 1 files changed, 28 insertions(+), 23 deletions(-) diff --git a/hw/pxa2xx_lcd.c b/hw/pxa2xx_lcd.c index 5dd4ef0..02e237e 100644