]> git.proxmox.com Git - qemu.git/commit
console: rework DisplaySurface handling [vga emu side]
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 28 Feb 2013 09:48:02 +0000 (10:48 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 18 Mar 2013 09:21:58 +0000 (10:21 +0100)
commitda229ef3b3c5709b01d62e7a6e213b31bca33d16
treed65f6542018ca23e0a752f34b50f91857103a4e2
parent468dfd6de2df3cbaed8c5cc43f8fbde6f94f9dbc
console: rework DisplaySurface handling [vga emu side]

Decouple DisplaySurface allocation & deallocation from DisplayState.
Replace dpy_gfx_resize + dpy_gfx_setdata with a dpy_gfx_replace_surface
function.

This handles the graphic hardware emulation.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/arm/nseries.c
hw/arm/palm.c
hw/qxl-render.c
hw/vga.c
hw/xenfb.c
include/ui/console.h
trace-events
ui/console.c