From: Eric Blake <eblake@redhat.com>
To: Elie Tournier <tournier.elie@gmail.com>,
Gerd Hoffmann <kraxel@redhat.com>
Cc: qemu-devel@nongnu.org, pbonzini@redhat.com,
Elie Tournier <elie.tournier@collabora.com>
Subject: Re: [Qemu-devel] [PATCH v2 1/2 for-2.12?] qapi: Parameter gl of DisplayType now accept an enum
Date: Thu, 12 Apr 2018 10:17:54 -0500 [thread overview]
Message-ID: <ce62f38b-1b93-0eca-bd86-f55256a6db40@redhat.com> (raw)
In-Reply-To: <20180412141153.GA16814@Nikki.localdomain>
[-- Attachment #1: Type: text/plain, Size: 1976 bytes --]
On 04/12/2018 09:11 AM, Elie Tournier wrote:
> Hello,
>
> On Tue, Apr 10, 2018 at 03:33:35PM +0200, Gerd Hoffmann wrote:
>>> # @off: Disable OpenGL (default).
>
> Just to be sure, I have to add @ in front of all parameter, right?
Yes.
>>> You may be in luck - there is no instance of 'window-close' in the
>>> introspection output, which means 'DisplayType' exists only for ease of
>>> command-line parsing and is not currently used by QMP, so tweaks here
>>> are not affecting the command line.
>>
>> Yes, right now the struct is only used to store the parsed command line
>> opts, so no effect on QMP.
>>
>> Plan for the future is to also parse command line options with generic
>> qapi/json code instead of the home-grown parser, but that switch didn't
>> happen yet.
>>
>>> That said, you can STILL name the enum value something smarter than 'on'
>>> IF you make the change now, for 2.12, given that the QAPI type was only
>>> introduced in 2.12 (you only have to worry about backwards compatibility
>>> if 2.11 already parsed gl=on).
>>
>> gl=on is older, so that must continue to work. Making both "on" and
>> "auto" work isn't a problem for our home-grown parser (aka
>> parse_display() in vl.c). But having quirks like this makes the switch
>> to generic parser code more difficuilt, so I'd prefer to avoid that ...
>
> Is it possible to upstream this change before 2.12 release?
At this point, no, we've missed -rc3, and it's not a big enough bug to
warrant needing -rc4 on its own. And as Gerd said, we already parsed
'gl=on' in 2.11 (the QAPI representation is new to 2.12, but only to
simplify how the existing command line parser was coded), so that's
different than if 2.12 were introducing brand-new content in a form that
should be fixed before it is baked into existing uses.
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 619 bytes --]
next prev parent reply other threads:[~2018-04-12 15:18 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-10 12:02 [Qemu-devel] [PATCH v2 0/2] Use SDL to create an OpenGL ES context for virglrenderer Elie Tournier
2018-04-10 12:02 ` [Qemu-devel] [PATCH v2 1/2] qapi: Parameter gl of DisplayType now accept an enum Elie Tournier
2018-04-10 12:38 ` Gerd Hoffmann
2018-04-10 13:13 ` [Qemu-devel] [PATCH v2 1/2 for-2.12?] " Eric Blake
2018-04-10 13:33 ` Gerd Hoffmann
2018-04-12 14:11 ` Elie Tournier
2018-04-12 15:17 ` Eric Blake [this message]
2018-04-13 6:15 ` Gerd Hoffmann
2018-04-13 10:16 ` Elie Tournier
2018-04-13 13:08 ` Gerd Hoffmann
2018-04-10 13:49 ` Elie Tournier
2018-04-10 12:02 ` [Qemu-devel] [PATCH v2 2/2] sdl: Allow OpenGL ES context creation Elie Tournier
2018-04-10 12:46 ` Gerd Hoffmann
2018-04-10 12:13 ` [Qemu-devel] [PATCH v2 0/2] Use SDL to create an OpenGL ES context for virglrenderer no-reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ce62f38b-1b93-0eca-bd86-f55256a6db40@redhat.com \
--to=eblake@redhat.com \
--cc=elie.tournier@collabora.com \
--cc=kraxel@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=tournier.elie@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).