mbox

[PULL] QAPI code generator fix-ups

Message ID 1304090522-5861-1-git-send-email-mdroth@linux.vnet.ibm.com
State New
Headers show

Pull-request

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

Message

Michael Roth April 29, 2011, 3:21 p.m. UTC
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