commit | a77549b3ffcc24c32ee4e8b5ec32049186120360 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Jun 19 08:46:08 2014 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Fri Sep 05 13:27:11 2014 +0200 |
tree | e0be32d88d5d3c4f1361cf525aa05112b5a3a87d | |
parent | 30f1e661b640de58ba1e8178f7f2290179a7e01c [diff] |
console: add qemu_create_displaysurface_guestmem This patch adds a qemu_create_displaysurface_guestmem helper function. Works simliar to qemu_create_displaysurface_from, but accepts a guest address instead of a host pointer and it handles cpu_physical_memory_{map,unmap} for you. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>