qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 00/12] QAPI patches


From: Markus Armbruster
Subject: [Qemu-devel] [PULL 00/12] QAPI patches
Date: Mon, 9 Nov 2015 18:46:32 +0100

The following changes since commit 9d5c1dc117d1ad881bbc76f6990ee1f9e9f8ef7f:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into 
staging (2015-11-09 11:20:51 +0000)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2015-11-09

for you to fetch changes up to d804308a99fabbeecd9365997cf18c5a58289308:

  qapi-introspect: Document lack of sorting (2015-11-09 16:45:30 +0100)

----------------------------------------------------------------
QAPI patches

----------------------------------------------------------------
Eric Blake (12):
      qapi: Use generated TestStruct machinery in tests
      qapi: Strengthen test of TestStructList
      qobject: Protect against use-after-free in qobject_decref()
      qapi: Share test_init code in test-qmp-input*
      qapi: Plug leaks in test-qmp-*
      qapi: Simplify non-error testing in test-qmp-*
      qapi: Simplify error cleanup in test-qmp-*
      qapi: More tests of alternate output
      qapi: Test failure in middle of array parse
      qapi: More tests of input arrays
      qapi: Provide nicer array names in introspection
      qapi-introspect: Document lack of sorting

 docs/qapi-code-gen.txt                  |  26 ++-
 include/qapi/error.h                    |   9 ++
 include/qapi/qmp/qobject.h              |   1 +
 qapi/introspect.json                    |  17 +-
 scripts/qapi-introspect.py              |   8 +-
 scripts/qapi-visit.py                   |   4 +
 tests/qapi-schema/qapi-schema-test.json |   6 +-
 tests/qapi-schema/qapi-schema-test.out  |   5 +
 tests/test-qmp-commands.c               |   3 +-
 tests/test-qmp-input-strict.c           | 130 +++++----------
 tests/test-qmp-input-visitor.c          | 271 +++++++++++++-------------------
 tests/test-qmp-output-visitor.c         | 151 +++++-------------
 tests/test-visitor-serialization.c      |  76 ++-------
 util/error.c                            |   7 +
 14 files changed, 276 insertions(+), 438 deletions(-)

-- 
2.4.3




reply via email to

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