All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: "Daniel P. Berrange" <berrange@redhat.com>, qemu-devel@nongnu.org
Cc: "Markus Armbruster" <armbru@redhat.com>,
	"Max Reitz" <mreitz@redhat.com>,
	"Marc-André Lureau" <marcandre.lureau@gmail.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Andreas Färber" <afaerber@suse.de>
Subject: Re: [Qemu-devel] [PATCH v7 3/7] qapi: add a QmpInputVisitor that does string conversion
Date: Wed, 13 Jul 2016 19:34:20 -0600	[thread overview]
Message-ID: <5786EC1C.4090804@redhat.com> (raw)
In-Reply-To: <1467724312-9378-4-git-send-email-berrange@redhat.com>

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

On 07/05/2016 07:11 AM, Daniel P. Berrange wrote:
> Currently the QmpInputVisitor assumes that all scalar
> values are directly represented as their final types.
> ie it assumes an 'int' is using QInt, and a 'bool' is
> using QBool.
> 
> This adds an alternative constructor for QmpInputVisitor
> that will set it up such that it expects a QString for
> all scalar types instead.
> 
> This makes it possible to use QmpInputVisitor with a
> QDict produced from QemuOpts, where everything is in
> string format.

This is almost what I need for my netdev_add fallback on my qapi subset
F series, except that I want to have a hybrid mode that accepts BOTH
native type and string.  I'll take this patch and tweak it for my
series, and we can compare the difference.

> 
> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
> ---


-- 
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:[~2016-07-14  1:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-05 13:11 [Qemu-devel] [PATCH v7 0/7] Provide a QOM-based authorization API Daniel P. Berrange
2016-07-05 13:11 ` [Qemu-devel] [PATCH v7 1/7] qdict: implement a qdict_crumple method for un-flattening a dict Daniel P. Berrange
2016-07-05 13:11 ` [Qemu-devel] [PATCH v7 2/7] option: make parse_option_bool/number non-static Daniel P. Berrange
2016-07-14  1:33   ` Eric Blake
2016-07-05 13:11 ` [Qemu-devel] [PATCH v7 3/7] qapi: add a QmpInputVisitor that does string conversion Daniel P. Berrange
2016-07-14  1:34   ` Eric Blake [this message]
2016-07-05 13:11 ` [Qemu-devel] [PATCH v7 4/7] qom: support arbitrary non-scalar properties with -object Daniel P. Berrange
2016-07-14  4:00   ` Eric Blake
2016-07-05 13:11 ` [Qemu-devel] [PATCH v7 5/7] util: add QAuthZ object as an authorization base class Daniel P. Berrange
2016-07-05 13:11 ` [Qemu-devel] [PATCH v7 6/7] util: add QAuthZSimple object type for a simple access control list Daniel P. Berrange
2016-07-05 13:11 ` [Qemu-devel] [PATCH v7 7/7] acl: delete existing ACL implementation Daniel P. Berrange

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=5786EC1C.4090804@redhat.com \
    --to=eblake@redhat.com \
    --cc=afaerber@suse.de \
    --cc=armbru@redhat.com \
    --cc=berrange@redhat.com \
    --cc=marcandre.lureau@gmail.com \
    --cc=mreitz@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 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.