On Wed, Jul 11, 2018 at 03:58:24PM +0200, Erik Skultety wrote:
A simple helper which will loop through all the graphics elements and
checks whether at least one of them enables OpenGL support, either by
containing <gl enable='yes'/> or being of type 'egl-headless'.
Signed-off-by: Erik Skultety <eskultet(a)redhat.com>
Acked-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/conf/domain_conf.c | 43 +++++++++++++++++++++++++++++++++++++++++++
src/conf/domain_conf.h | 3 +++
src/libvirt_private.syms | 1 +
3 files changed, 47 insertions(+)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano