
13 Jul
2018
13 Jul
'18
2:51 p.m.
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@redhat.com> Acked-by: Michal Privoznik <mprivozn@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@redhat.com> Jano