commit | 321f048d248472f1e90559976bb917d869981c68 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Tue Mar 12 14:39:22 2013 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Apr 16 09:03:48 2013 +0200 |
tree | 21003b91f2cec2f2c05dbf7db09f77d633830617 | |
parent | 1dbfa005032d4fa5d7a5242da856d3487c907431 [diff] |
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>