Re: [libvirt] [PATCH v2 4/5] qemu: Add QEMU_CAPS_SDL_GL to qemu capabilities

2018-05-14 Thread Martin Kletzander
On Fri, May 11, 2018 at 03:14:26PM +0100, Maciej Wolny wrote: On 11/05/18 11:34, John Ferlan wrote:> I actually spent some time trying to figure out which magic incantation of the virQEMUCaps* would work. I even tried various forms in virQEMUCapsQMPSchemaQueries, but could not get the flag to

Re: [libvirt] [PATCH v2 4/5] qemu: Add QEMU_CAPS_SDL_GL to qemu capabilities

2018-05-11 Thread Maciej Wolny
On 10/05/18 21:17, John Ferlan wrote: > > > On 05/10/2018 06:53 AM, Maciej Wolny wrote: >> Support OpenGL acceleration capability when using SDL graphics. >> >> Signed-off-by: Maciej Wolny >> --- >> src/qemu/qemu_capabilities.c | 2 ++ >>

Re: [libvirt] [PATCH v2 4/5] qemu: Add QEMU_CAPS_SDL_GL to qemu capabilities

2018-05-11 Thread Maciej Wolny
On 11/05/18 11:34, John Ferlan wrote:> I actually spent some time trying to figure out which magic incantation > of the virQEMUCaps* would work. I even tried various forms in > virQEMUCapsQMPSchemaQueries, but could not get the flag to be added from > qemu 2.4 and beyond. Again, my "assumption"

Re: [libvirt] [PATCH v2 4/5] qemu: Add QEMU_CAPS_SDL_GL to qemu capabilities

2018-05-11 Thread John Ferlan
On 05/11/2018 07:47 AM, Martin Kletzander wrote: > On Fri, May 11, 2018 at 06:34:54AM -0400, John Ferlan wrote: >> On 05/11/2018 04:26 AM, Martin Kletzander wrote: >>> On Thu, May 10, 2018 at 04:17:52PM -0400, John Ferlan wrote: On 05/10/2018 06:53 AM, Maciej Wolny wrote: >

Re: [libvirt] [PATCH v2 4/5] qemu: Add QEMU_CAPS_SDL_GL to qemu capabilities

2018-05-11 Thread Martin Kletzander
On Fri, May 11, 2018 at 06:34:54AM -0400, John Ferlan wrote: On 05/11/2018 04:26 AM, Martin Kletzander wrote: On Thu, May 10, 2018 at 04:17:52PM -0400, John Ferlan wrote: On 05/10/2018 06:53 AM, Maciej Wolny wrote: Support OpenGL acceleration capability when using SDL graphics.

Re: [libvirt] [PATCH v2 4/5] qemu: Add QEMU_CAPS_SDL_GL to qemu capabilities

2018-05-11 Thread John Ferlan
On 05/11/2018 04:26 AM, Martin Kletzander wrote: > On Thu, May 10, 2018 at 04:17:52PM -0400, John Ferlan wrote: >> >> >> On 05/10/2018 06:53 AM, Maciej Wolny wrote: >>> Support OpenGL acceleration capability when using SDL graphics. >>> >>> Signed-off-by: Maciej Wolny

Re: [libvirt] [PATCH v2 4/5] qemu: Add QEMU_CAPS_SDL_GL to qemu capabilities

2018-05-11 Thread Martin Kletzander
On Thu, May 10, 2018 at 04:17:52PM -0400, John Ferlan wrote: On 05/10/2018 06:53 AM, Maciej Wolny wrote: Support OpenGL acceleration capability when using SDL graphics. Signed-off-by: Maciej Wolny --- src/qemu/qemu_capabilities.c | 2 ++

Re: [libvirt] [PATCH v2 4/5] qemu: Add QEMU_CAPS_SDL_GL to qemu capabilities

2018-05-10 Thread John Ferlan
On 05/10/2018 06:53 AM, Maciej Wolny wrote: > Support OpenGL acceleration capability when using SDL graphics. > > Signed-off-by: Maciej Wolny > --- > src/qemu/qemu_capabilities.c | 2 ++ > src/qemu/qemu_capabilities.h

[libvirt] [PATCH v2 4/5] qemu: Add QEMU_CAPS_SDL_GL to qemu capabilities

2018-05-10 Thread Maciej Wolny
Support OpenGL acceleration capability when using SDL graphics. Signed-off-by: Maciej Wolny --- src/qemu/qemu_capabilities.c | 2 ++ src/qemu/qemu_capabilities.h | 1 +