]> Git Repo - qemu.git/commit
ui: remove console_has_gl_dmabuf()
authorMarc-André Lureau <[email protected]>
Thu, 4 Feb 2021 10:52:21 +0000 (14:52 +0400)
committerGerd Hoffmann <[email protected]>
Thu, 4 Feb 2021 14:58:54 +0000 (15:58 +0100)
commit2cc002483e9cc075896912ebc3ebd3fe86660902
tree7ba03d9403957d0bc50d03e43be0e4cac628b891
parent227d8444bb118bc551f324f1046a223cc641b4c6
ui: remove console_has_gl_dmabuf()

This check is currently limited. It only is used by vhost-user-gpu (not
by vfio-display), and will print an error repeatedly during run-time.

We are going to dissociate the GL context from the
DisplayChangeListener, and listeners may come and go. The following
patches will address this differently.

Signed-off-by: Marc-André Lureau <[email protected]>
Message-Id: <20210204105232[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
hw/display/vhost-user-gpu.c
include/ui/console.h
ui/console.c
This page took 0.027845 seconds and 4 git commands to generate.