v2: * PATCH 07: fix a comment typo [Eric] * PATCH 12: tweak commit message [Eric]
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-10 for you to fetch changes up to f5455044201747fd72531f5e8c1b1e9c56573d9c: qapi-introspect: Document lack of sorting (2015-11-10 08:10:28 +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