]> git.proxmox.com Git - mirror_qemu.git/commit - hw/display/sm501.c
console: add GraphicHwOps
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 13 Mar 2013 13:04:18 +0000 (14:04 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 16 Apr 2013 07:03:49 +0000 (09:03 +0200)
commit380cd056ec0e7fc8bbd553cdcb061d3ca612bb82
treee8097697817029ca6d545b8f68ba9761fb0f8164
parent27be55872dd747c733a42a3d90864d9f59272d26
console: add GraphicHwOps

Pass a single GraphicHwOps struct pointer to graphic_console_init,
instead of a bunch of function pointers.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
26 files changed:
hw/arm/musicpal.c
hw/display/blizzard.c
hw/display/cirrus_vga.c
hw/display/exynos4210_fimd.c
hw/display/g364fb.c
hw/display/jazz_led.c
hw/display/milkymist-vgafb.c
hw/display/omap_lcdc.c
hw/display/pl110.c
hw/display/pxa2xx_lcd.c
hw/display/qxl.c
hw/display/sm501.c
hw/display/ssd0303.c
hw/display/ssd0323.c
hw/display/tc6393xb.c
hw/display/tcx.c
hw/display/vga-isa-mm.c
hw/display/vga-isa.c
hw/display/vga-pci.c
hw/display/vga.c
hw/display/vga_int.h
hw/display/vmware_vga.c
hw/display/xenfb.c
hw/unicore32/puv3.c
include/ui/console.h
ui/console.c