summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-02-19 07:46:47 +0100
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:45:30 -0600
commite8ac825d231feb5147f52601cc21a54d7f6dbc94 (patch)
treeb4e3f2ec54670b32a424319bab0ac5885f9b3094 /include
parentd1d883bf6b416a028f75c1a46e49adf462b67a91 (diff)
downloadhqemu-e8ac825d231feb5147f52601cc21a54d7f6dbc94.zip
hqemu-e8ac825d231feb5147f52601cc21a54d7f6dbc94.tar.gz
spice/gl: add unblock timer
Pure debug aid, print a warning in case unblocking doesn't happen within one second. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/ui/spice-display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/spice-display.h b/include/ui/spice-display.h
index 48dc8c4..69a222b 100644
--- a/include/ui/spice-display.h
+++ b/include/ui/spice-display.h
@@ -117,6 +117,7 @@ struct SimpleSpiceDisplay {
#ifdef HAVE_SPICE_GL
/* opengl rendering */
QEMUBH *gl_unblock_bh;
+ QEMUTimer *gl_unblock_timer;
int dmabuf_fd;
#endif
};
OpenPOWER on IntegriCloud