console: add dpy_gfx_update_dirty
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 19 Jun 2014 06:52:17 +0000 (08:52 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 5 Sep 2014 11:27:11 +0000 (13:27 +0200)
commit4c38762fb5cab19f50d2ba004736d7426abba3c0
treeaf312e7274910789f57cb673cc623f7329f35570
parenta77549b3ffcc24c32ee4e8b5ec32049186120360
console: add dpy_gfx_update_dirty

Calls dpy_gfx_update for all dirty scanlines. Works for
DisplaySurfaces backed by guest memory (i.e. the ones created
using qemu_create_displaysurface_guestmem).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
include/ui/console.h
ui/console.c