]> git.proxmox.com Git - mirror_qemu.git/commit - ui/console.c
console: block rendering until client is done
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 3 Dec 2015 11:34:25 +0000 (12:34 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 3 Feb 2016 09:41:36 +0000 (10:41 +0100)
commitbba19b88a6bce3adc280b0d7b6a4fc51445afd80
tree6e94111be8008a5f74d2e292c220891d1cbdff76
parentcb9ab7caae77ce8a99ac0e75312f2428d322958b
console: block rendering until client is done

Allow gl user interfaces to block display device gl rendering.
The ui code might want to do that in case it takes a little
longer to bring things to screen, for example because we'll
hand over a dma-buf to another process (spice will do that).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
include/ui/console.h
ui/console.c