qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Luiz Capitulino <lcapitulino@redhat.com>
To: Eric Blake <eblake@redhat.com>
Cc: Kevin Wolf <kwolf@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH for-1.5] qmp: add query-drive-mirror-capabilities
Date: Wed, 24 Apr 2013 17:29:11 -0400	[thread overview]
Message-ID: <20130424172911.753616ea@redhat.com> (raw)
In-Reply-To: <51784913.6020209@redhat.com>

On Wed, 24 Apr 2013 15:05:23 -0600
Eric Blake <eblake@redhat.com> wrote:

> On 04/24/2013 02:36 PM, Luiz Capitulino wrote:
> > The drive-mirror command was extended in QEMU v1.3.0 with two new
> 
> introduced in 1.3, extended in 1.4
> 
> > optional arguments 'granularity' and 'buf-size'. However, there's
> > no way for libvirt to query for the existence of the new arguments.
> > 
> > This commit solves this problem by adding the
> > query-drive-mirror-capabilities command, which reports the
> > existence of both arguments.
> > 
> > Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
> > ---
> 
> What if we instead have a generic command querying setup, instead of
> introducing one query per command?  I'm typing this without looking at
> your patch...
> 
> { 'type': 'CommandCapability',
>   'data': { 'command': 'str',
>             'capabilities': [ 'str' ] } }
> { 'command': 'query-command-capabilities',
>   'arguments': { '*command', 'string' },
>   'returns': [ 'CommandCapability' ] }
> 
> with a sample usage:
> 
> -> { "execute": "query-command-capabilities" }
> <- { [ { "command": "drive-mirror",
>          "capabilities": [ "granularity", "buf-size" ] },
>        { "command", ... }
>      ] }
> 
> 
> Or maybe play a bit with QMP unions to make things more strongly typed:
> 
> { 'enum': 'DriveMirrorCapability',
>   'data': { 'buf-size', 'granularity' } }
> { 'union': 'CommandCapability',
>   'data': { 'drive-mirror': [ 'DriveMirrorCapability' ],
>             ...: [ ... ] } }
> { 'command': 'query-command-capabilities',
>   'arguments': { '*command', 'string' },
>   'returns': [ 'CommandCapability' ] }
> 
> with a sample usage:
> 
> -> { "execute": "query-command-capabilities" }
> <- { [ { "type": "drive-mirror",
>          "data": [ "granularity", "buf-size" ] },
>        { "type", ... }
>      ] }
> 
> And whether a '*command' argument should be optional for filtered
> output, vs. always unconditionally dumping all information on all
> commands with capabilities, vs. mandatory (can only get capabilities for
> one command at a time), all goes back to the larger question of whether
> query-* commands should allow filtering.

Not discussing filtering for now, but your proposal would superseded by
full introspection, wouldn't it?

Anyways, I also agree it's a good idea to defer this to 1.6 so we can
revisit this topic later.

  reply	other threads:[~2013-04-24 21:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-24 20:36 [Qemu-devel] [PATCH for-1.5] qmp: add query-drive-mirror-capabilities Luiz Capitulino
2013-04-24 21:05 ` Eric Blake
2013-04-24 21:29   ` Luiz Capitulino [this message]
2013-04-24 21:59     ` Eric Blake
2013-04-24 22:06       ` Eric Blake
2013-04-25 12:26       ` Luiz Capitulino
2013-04-26  8:13         ` Paolo Bonzini
2013-04-26 13:40           ` Markus Armbruster
2013-04-26 13:54             ` Luiz Capitulino
2013-04-26 15:25               ` Markus Armbruster
2013-04-24 21:24 ` Paolo Bonzini
2013-04-24 21:30   ` Luiz Capitulino

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=20130424172911.753616ea@redhat.com \
    --to=lcapitulino@redhat.com \
    --cc=eblake@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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).