qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, akong@redhat.com, berto@igalia.com,
	armbru@redhat.com, mdroth@linux.vnet.ibm.com
Subject: [Qemu-devel] [PATCH v2 0/4] Fix C identifiers generated for names containing '.'
Date: Sat, 11 Apr 2015 12:09:39 -0600	[thread overview]
Message-ID: <1428775783-18082-1-git-send-email-eblake@redhat.com> (raw)

This series of 4 replaces the RFC v1 of 02/19 of Markus' series:
https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg00361.html

and requires as prereq: v6 of my nested qapi series (currently at 38/36):
https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg00486.html

as well as prereq: v2 qapi: Drop dead genlist parameter:
https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg01272.html

I took Markus' work and further extended it until the testsuite uses
downstream extension names everywhere in the schema (actually, I
wrote the test first, then hammered on the generator until it passed,
and rearranged the patches).

Eric Blake (3):
  qapi: Drop duplicate c_fun() in favor of c_var()
  qapi: Correctly handle downstream extensions in more locations
  qapi: Test name mangling of downstream extensions

Markus Armbruster (1):
  qapi: Fix C identifiers generated for names containing '.'

 scripts/qapi-commands.py                | 19 ++++++-------
 scripts/qapi-event.py                   |  2 +-
 scripts/qapi-types.py                   | 29 ++++++++++----------
 scripts/qapi-visit.py                   | 48 ++++++++++++++++++---------------
 scripts/qapi.py                         | 20 +++++++-------
 tests/qapi-schema/qapi-schema-test.json | 19 +++++++++++++
 tests/qapi-schema/qapi-schema-test.out  | 21 ++++++++++++---
 tests/test-qmp-commands.c               |  8 ++++++
 8 files changed, 108 insertions(+), 58 deletions(-)

-- 
2.1.0

             reply	other threads:[~2015-04-11 18:12 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-11 18:09 Eric Blake [this message]
2015-04-11 18:09 ` [Qemu-devel] [PATCH v2 1/4] qapi: Fix C identifiers generated for names containing '.' Eric Blake
2015-04-15  8:01   ` Alberto Garcia
2015-04-11 18:09 ` [Qemu-devel] [PATCH v2 2/4] qapi: Drop duplicate c_fun() in favor of c_var() Eric Blake
2015-04-15  8:03   ` Alberto Garcia
2015-04-29 11:04   ` Markus Armbruster
2015-05-01 17:00     ` Eric Blake
2015-04-11 18:09 ` [Qemu-devel] [PATCH v2 3/4] qapi: Correctly handle downstream extensions in more locations Eric Blake
2015-04-29 11:29   ` Markus Armbruster
2015-04-29 15:30     ` Eric Blake
2015-04-30 22:30       ` Eric Blake
2015-05-05 12:33     ` Eric Blake
2015-04-11 18:09 ` [Qemu-devel] [PATCH v2 4/4] qapi: Test name mangling of downstream extensions Eric Blake
2015-04-29 11:32   ` Markus Armbruster
2015-04-29 15:45     ` 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=1428775783-18082-1-git-send-email-eblake@redhat.com \
    --to=eblake@redhat.com \
    --cc=akong@redhat.com \
    --cc=armbru@redhat.com \
    --cc=berto@igalia.com \
    --cc=kwolf@redhat.com \
    --cc=mdroth@linux.vnet.ibm.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).