All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: Leandro Dorileo <l@dorileo.org>, Kevin Wolf <kwolf@redhat.com>
Cc: Peter Lieven <pl@kamp.de>,
	Peter Maydell <peter.maydell@linaro.org>,
	Fam Zheng <famz@redhat.com>, Stefan Weil <sw@weilnetz.de>,
	Michael Tokarev <mjt@tls.msk.ru>,
	qemu-devel@nongnu.org, Stefan Hajnoczi <stefanha@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Laszlo Ersek <lersek@redhat.com>
Subject: Re: [Qemu-devel] [PATCH RFC 0/2] qemu-arg: general purpose argument parser
Date: Tue, 11 Mar 2014 09:22:54 -0600	[thread overview]
Message-ID: <531F2A4E.7080508@redhat.com> (raw)
In-Reply-To: <20140311140918.GA30837@dorilex>

[-- Attachment #1: Type: text/plain, Size: 1867 bytes --]

On 03/11/2014 08:09 AM, Leandro Dorileo wrote:
> Hi Kevin,
> 
> On Tue, Mar 11, 2014 at 12:06:16PM +0100, Kevin Wolf wrote:
>> Am 08.03.2014 um 19:47 hat Leandro Dorileo geschrieben:
>>> The following patchset introduces a general purpose argument parser and migrates
>>> qemu-img to make use of it. qemu-img is just the first user of it, if we see a
>>> good feedback here I move forward and migrate all the other possible users.
>>
>> I was planning to reply to this in more detail, but it doesn't look like
>> I can find the time to do so, so let me just summarise my thoughts
>> briefly.
> 
> Ok.
> 
>>
>> I do like the idea of simplifying qemu-img's argument parsing, but we
>> shouldn't make the mistake of introducing another option parsing
>> infrastructure and end up with three different coexisting models. If we
>> were to introduce a new framework, we must make sure that all code is
>> converted to it and QemuOpts can be dropped.
> 
> Agreed.

For that matter, if you want to help the current conversion efforts
going on, we are trying to get rid of QEMUOptionParameters to _just_ use
QemuOpts:
https://lists.gnu.org/archive/html/qemu-devel/2014-03/msg01728.html


>>
>> We would probably need to add a new parser to QemuOpts that parses
>> command line options into a QemuOpts, and extend the definition of them
>> with a couple of new features that are required there (sub-QemuOpts for
>> -o, perhaps enumerations for things like --output=human/json, positional
>> parameters).
> 
> Ok.

We also need to think how to expose those improvements via the QMP
command query-command-line-arguments; lots of details in this thread:
https://lists.gnu.org/archive/html/qemu-devel/2014-03/threads.html#00934

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

  reply	other threads:[~2014-03-11 15:23 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-08 18:47 [Qemu-devel] [PATCH RFC 0/2] qemu-arg: general purpose argument parser Leandro Dorileo
2014-03-08 18:47 ` [Qemu-devel] [PATCH RFC 1/2] qemu-arg: introduce a " Leandro Dorileo
2014-03-08 18:47 ` [Qemu-devel] [PATCH RFC 2/2] qemu-img: migrate to use qemu-arg Leandro Dorileo
2014-03-09  7:30   ` Paolo Bonzini
2014-03-09 12:37     ` Leandro Dorileo
2014-03-09 13:03       ` Peter Maydell
2014-03-09 13:35         ` Leandro Dorileo
2014-03-08 18:55 ` [Qemu-devel] [PATCH RFC 0/2] qemu-arg: general purpose argument parser Peter Maydell
2014-03-08 20:28   ` Leandro Dorileo
2014-03-09 16:32 ` Andreas Färber
2014-03-09 21:47   ` Leandro Dorileo
2014-03-11 11:06 ` Kevin Wolf
2014-03-11 14:09   ` Leandro Dorileo
2014-03-11 15:22     ` Eric Blake [this message]
2014-03-16 21:23       ` Leandro Dorileo

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=531F2A4E.7080508@redhat.com \
    --to=eblake@redhat.com \
    --cc=famz@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=l@dorileo.org \
    --cc=lersek@redhat.com \
    --cc=mjt@tls.msk.ru \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=pl@kamp.de \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    --cc=sw@weilnetz.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.