]> git.proxmox.com Git - mirror_qemu.git/commit
ui/console: Remove qemu_create_display_surface_guestmem()
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 22 Nov 2018 17:03:09 +0000 (17:03 +0000)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 10 Jan 2019 07:55:17 +0000 (08:55 +0100)
commit22571ffa0ca7abb5c7f188ac9cc18fc47e321b05
treef683cf2287ca51e89c53372a8ea691dba8ba6f7f
parent1b63665c2c0e0d52735e0dd5217f109fe0dd2322
ui/console: Remove qemu_create_display_surface_guestmem()

The qemu_create_display_surface_guestmem() function was added in
commit a77549b3ffcc24c32ee4e but apparently never used. Remove it.

(The API of this function is in any case awkward as a generic
function: it assumes that a physical address uniquely identifies
a piece of memory in the system, which is mostly but not
always true.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20181122170309.4856-1-peter.maydell@linaro.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
include/ui/console.h
ui/console.c