]> git.proxmox.com Git - mirror_qemu.git/commit - ui/console.c
console: give each QemuConsole its own DisplaySurface
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 12 Mar 2013 13:39:22 +0000 (14:39 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 16 Apr 2013 07:03:48 +0000 (09:03 +0200)
commit321f048d248472f1e90559976bb917d869981c68
tree21003b91f2cec2f2c05dbf7db09f77d633830617
parent1dbfa005032d4fa5d7a5242da856d3487c907431
console: give each QemuConsole its own DisplaySurface

Go away from the global DisplaySurface, give one to each QemuConsole
instead.  With this patch applied it is possible to call
graphics_hw_* functions with qemu consoles which are not the current
foreground console.

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