qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL] QAPI code generator fix-ups
@ 2011-04-29 15:21 Michael Roth
  2011-04-29 15:21 ` [Qemu-devel] [PATCH 1/9] qapi: Fix type generator for structured type members Michael Roth
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Michael Roth @ 2011-04-29 15:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, agl, mdroth

The following changes since commit 4e277a7c641698faf8f01599043b622f80237b42:
  Anthony Liguori (1):
        Add input marshaller

are available in the git repository at:

  git://repo.or.cz/qemu/mdroth.git qapi-for-anthony

Michael Roth (9):
      qapi: Fix type generator for structured type members
      qapi: input visiter, don't always allocate memory for structs
      qapi: Fix visiter generator for nested structs/qobjects
      qapi: some basename/guardname py utility functions
      qapi: add --prefix option to type generator
      qapi: add --prefix option for visiter generator
      qapi: test schema for test-visiter unit tests
      qapi: Makefile, build test-visiter with generated test code
      qapi: test-visiter, pull in gen code, tests for nested structures

 Makefile                 |   15 ++++++-
 qapi-schema-test.json    |   11 +++++
 qapi/qmp-input-visiter.c |    4 +-
 scripts/qapi-types.py    |   69 ++++++++++++++++++++++----------
 scripts/qapi-visit.py    |   96 +++++++++++++++++++++++++++++++++------------
 scripts/qapi.py          |   12 +++++-
 test-visiter.c           |   98 ++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 251 insertions(+), 54 deletions(-)
 create mode 100644 qapi-schema-test.json

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-04-29 15:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-29 15:21 [Qemu-devel] [PULL] QAPI code generator fix-ups Michael Roth
2011-04-29 15:21 ` [Qemu-devel] [PATCH 1/9] qapi: Fix type generator for structured type members Michael Roth
2011-04-29 15:21 ` [Qemu-devel] [PATCH 2/9] qapi: input visiter, don't always allocate memory for structs Michael Roth
2011-04-29 15:21 ` [Qemu-devel] [PATCH 3/9] qapi: Fix visiter generator for nested structs/qobjects Michael Roth
2011-04-29 15:21 ` [Qemu-devel] [PATCH 4/9] qapi: some basename/guardname py utility functions Michael Roth
2011-04-29 15:21 ` [Qemu-devel] [PATCH 5/9] qapi: add --prefix option to type generator Michael Roth
2011-04-29 15:21 ` [Qemu-devel] [PATCH 6/9] qapi: add --prefix option for visiter generator Michael Roth
2011-04-29 15:22 ` [Qemu-devel] [PATCH 7/9] qapi: test schema for test-visiter unit tests Michael Roth
2011-04-29 15:22 ` [Qemu-devel] [PATCH 8/9] qapi: Makefile, build test-visiter with generated test code Michael Roth
2011-04-29 15:22 ` [Qemu-devel] [PATCH 9/9] qapi: test-visiter, pull in gen code, tests for nested structures Michael Roth

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).