qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [RFC PATCH 0/2] qapi: unbox base classes
Date: Mon, 27 Jul 2015 15:28:24 -0600	[thread overview]
Message-ID: <1438032506-28477-1-git-send-email-eblake@redhat.com> (raw)

Depends on Markus' "[PATCH RFC v2 00/47] qapi: QMP introspection",
in particular, based on an idea in 7/47 of that series.

Note that if we do this, we must fix patch 27/47 of that series
to never omit members of a struct when visiting that struct's
fields (that is, the base class of a flat union must be parsed
in the same as if that class is also the base of another class).

Eric Blake (2):
  vnc: hoist allocation of VncBasicInfo to callers
  qapi: unbox base members

 hmp.c                              |  6 ++--
 scripts/qapi-types.py              | 13 ++++++--
 scripts/qapi-visit.py              |  9 ++++--
 tests/test-qmp-commands.c          | 15 +++------
 tests/test-qmp-event.c             |  8 ++---
 tests/test-qmp-input-visitor.c     |  4 +--
 tests/test-qmp-output-visitor.c    | 12 +++----
 tests/test-visitor-serialization.c | 14 ++++-----
 ui/spice-core.c                    | 23 ++++++++------
 ui/vnc.c                           | 64 ++++++++++++++++++++------------------
 10 files changed, 84 insertions(+), 84 deletions(-)

-- 
2.4.3

             reply	other threads:[~2015-07-27 21:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-27 21:28 Eric Blake [this message]
2015-07-27 21:28 ` [Qemu-devel] [RFC PATCH 1/2] vnc: hoist allocation of VncBasicInfo to callers Eric Blake
2015-07-27 21:28 ` [Qemu-devel] [RFC PATCH 2/2] qapi: unbox base members Eric Blake
2015-07-29 16:54 ` [Qemu-devel] [RFC PATCH 3/2] qapi-visit: Remove redundant functions for flat union base Eric Blake
2015-07-30 21:48 ` [Qemu-devel] [RFC PATCH 4/2] qapi: Test use of 'number' within alternates Eric Blake
2015-07-30 21:48 ` [Qemu-devel] [RFC PATCH 5/2] qapi: Simplify visiting of alternate types Eric Blake
2015-07-30 21:48 ` [Qemu-devel] [RFC PATCH 6/2] qapi: Fix alternates that accept 'number' but not 'int' Eric Blake

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=1438032506-28477-1-git-send-email-eblake@redhat.com \
    --to=eblake@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).