qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL] QAPI code generator fix-ups


From: Michael Roth
Subject: [Qemu-devel] [PULL] QAPI code generator fix-ups
Date: Fri, 29 Apr 2011 10:21:53 -0500

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]