Re: [libvirt] [PATCH] qemu: add sdl opengl support

2018-05-10 Thread John Ferlan
On 05/10/2018 05:25 AM, Maciej Wolny wrote: > > > On 04/05/18 00:08, John Ferlan wrote: >>> diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng >>> index 3569b9212..a2ef93c09 100644 >>> --- a/docs/schemas/domaincommon.rng >>> +++ b/docs/schemas/domaincommon.rng >>> @@

Re: [libvirt] [PATCH] qemu: add sdl opengl support

2018-05-10 Thread John Ferlan
On 05/08/2018 10:12 AM, Maciej Wolny wrote: > > > On 04/05/18 00:08, John Ferlan wrote: >> BTW: Since your patches add a capability - I would have expected a >> change to add a flag to one (or more) of the >> tests/qemucapabilitiesdata/caps_*.xml files, but none are modified. So >> that means

Re: [libvirt] [PATCH] qemu: add sdl opengl support

2018-05-10 Thread Maciej Wolny
On 04/05/18 00:08, John Ferlan wrote: >> diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng >> index 3569b9212..a2ef93c09 100644 >> --- a/docs/schemas/domaincommon.rng >> +++ b/docs/schemas/domaincommon.rng >> @@ -3031,6 +3031,14 @@ >> >> >>

Re: [libvirt] [PATCH] qemu: add sdl opengl support

2018-05-08 Thread Maciej Wolny
On 04/05/18 00:08, John Ferlan wrote: > BTW: Since your patches add a capability - I would have expected a > change to add a flag to one (or more) of the > tests/qemucapabilitiesdata/caps_*.xml files, but none are modified. So > that means that the feature may not be introspectable, perhaps

Re: [libvirt] [PATCH] qemu: add sdl opengl support

2018-05-08 Thread Daniel P . Berrangé
On Tue, May 08, 2018 at 12:12:42PM +0100, Maciej Wolny wrote: > On 02/05/18 11:54, Daniel P. Berrangé wrote: > > On Wed, May 02, 2018 at 11:48:24AM +0100, Maciej Wolny wrote: > >> On 02/05/18 08:13, Daniel P. Berrangé wrote: > >>> On Tue, May 01, 2018 at 08:22:45PM +0100, Maciej Wolny wrote: >

Re: [libvirt] [PATCH] qemu: add sdl opengl support

2018-05-08 Thread Maciej Wolny
On 02/05/18 11:54, Daniel P. Berrangé wrote: > On Wed, May 02, 2018 at 11:48:24AM +0100, Maciej Wolny wrote: >> On 02/05/18 08:13, Daniel P. Berrangé wrote: >>> On Tue, May 01, 2018 at 08:22:45PM +0100, Maciej Wolny wrote: Add SDL graphics gl attribute, modify the domain XML schema, add a

Re: [libvirt] [PATCH] qemu: add sdl opengl support

2018-05-03 Thread John Ferlan
On 05/01/2018 03:22 PM, Maciej Wolny wrote: > Add SDL graphics gl attribute, modify the domain XML schema, add a > test, modify the documentation to include the new option. > > Signed-off-by: Maciej Wolny > --- > docs/schemas/domaincommon.rng

Re: [libvirt] [PATCH] qemu: add sdl opengl support

2018-05-02 Thread Daniel P . Berrangé
On Wed, May 02, 2018 at 11:48:24AM +0100, Maciej Wolny wrote: > On 02/05/18 08:13, Daniel P. Berrangé wrote: > > On Tue, May 01, 2018 at 08:22:45PM +0100, Maciej Wolny wrote: > > > Add SDL graphics gl attribute, modify the domain XML schema, add a > > > test, modify the documentation to include

Re: [libvirt] [PATCH] qemu: add sdl opengl support

2018-05-02 Thread Maciej Wolny
On 02/05/18 08:13, Daniel P. Berrangé wrote: On Tue, May 01, 2018 at 08:22:45PM +0100, Maciej Wolny wrote: Add SDL graphics gl attribute, modify the domain XML schema, add a test, modify the documentation to include the new option. Signed-off-by: Maciej Wolny ---

Re: [libvirt] [PATCH] qemu: add sdl opengl support

2018-05-02 Thread Daniel P . Berrangé
On Tue, May 01, 2018 at 08:22:45PM +0100, Maciej Wolny wrote: > Add SDL graphics gl attribute, modify the domain XML schema, add a > test, modify the documentation to include the new option. > > Signed-off-by: Maciej Wolny > --- > docs/schemas/domaincommon.rng

[libvirt] [PATCH] qemu: add sdl opengl support

2018-05-01 Thread Maciej Wolny
Add SDL graphics gl attribute, modify the domain XML schema, add a test, modify the documentation to include the new option. Signed-off-by: Maciej Wolny --- docs/schemas/domaincommon.rng | 8 + src/conf/domain_conf.c