Re: [libvirt] [PATCH v3 4/8] conf: Introduce virDomainGraphicsDefHasOpenGL helper

2018-07-13 Thread Ján Tomko
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 or being of type 'egl-headless'. Signed-off-by: Erik Skultety Acked-by: Michal

[libvirt] [PATCH v3 4/8] conf: Introduce virDomainGraphicsDefHasOpenGL helper

2018-07-11 Thread Erik Skultety
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 or being of type 'egl-headless'. Signed-off-by: Erik Skultety Acked-by: Michal Privoznik --- src/conf/domain_conf.c | 43