[Qemu-devel] [PATCH 18/24] console: add GraphicHwOps

2013-04-16 Thread Gerd Hoffmann
Pass a single GraphicHwOps struct pointer to graphic_console_init, instead of a bunch of function pointers. Signed-off-by: Gerd Hoffmann --- hw/arm/musicpal.c|8 ++-- hw/display/blizzard.c|9 ++--- hw/display/cirrus_vga.c |8 ++-- hw/display/exyno

[Qemu-devel] [PATCH 18/24] console: add GraphicHwOps

2013-04-04 Thread Gerd Hoffmann
Pass a single GraphicHwOps struct pointer to graphic_console_init, instead of a bunch of function pointers. Signed-off-by: Gerd Hoffmann --- hw/arm/musicpal.c|8 ++-- hw/blizzard.c|9 ++--- hw/cirrus_vga.c |8 ++-- hw/exynos4210_fimd.c |8 ++-- hw