aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-qmp-input-visitor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange2016-10-251-911/+0
* qmp-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-9/+3
* qapi: Add parameter to visit_end_*Eric Blake2016-07-061-1/+1
* qapi: Improve use of qmp/types.hEric Blake2016-07-061-0/+1
* qapi: Fix crash on missing alternate member of QAPI structEric Blake2016-06-301-0/+12
* tests: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0
* qapi: Change visit_type_FOO() to no longer return partial objectsEric Blake2016-05-121-8/+2
* qapi: Split visit_end_struct() into piecesEric Blake2016-05-121-1/+2
* qmp: Support explicit null during visitsEric Blake2016-05-121-0/+29
* qapi: Consolidate QMP input visitor creationEric Blake2016-05-121-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-12/+13
* qapi: Don't box branches of flat unionsEric Blake2016-02-191-5/+5
* qapi: Don't box struct branch of alternateEric Blake2016-02-191-10/+10
* qapi: Add tests of complex objects within alternateEric Blake2016-02-191-1/+36
* tests: Clean up includesPeter Maydell2016-02-161-1/+1
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-40/+40
* qapi: Fix alternates that accept 'number' but not 'int'Eric Blake2015-12-171-10/+6
* qapi: Simplify visiting of alternate typesEric Blake2015-12-171-15/+16
* qapi: More tests of input arraysEric Blake2015-11-101-0/+52
* qapi: Test failure in middle of array parseEric Blake2015-11-101-1/+9
* qapi: Simplify error cleanup in test-qmp-*Eric Blake2015-11-101-19/+7
* qapi: Simplify non-error testing in test-qmp-*Eric Blake2015-11-091-44/+15
* qapi: Plug leaks in test-qmp-*Eric Blake2015-11-091-34/+7
* qapi: Share test_init code in test-qmp-input*Eric Blake2015-11-091-26/+23
* qapi: Use generated TestStruct machinery in testsEric Blake2015-11-091-34/+0
* tests: Convert to new qapi union layoutEric Blake2015-11-021-39/+39
* qapi: Unbox base membersEric Blake2015-11-021-2/+2
* qapi: Prefer typesafe upcasts to qapi base classesEric Blake2015-11-021-0/+5
* qapi: Test use of 'number' within alternatesEric Blake2015-10-121-3/+128
* qapi: Introduce a first class 'any' typeMarkus Armbruster2015-09-211-0/+45
* qapi-visit: Convert to QAPISchemaVisitor, fixing bugsMarkus Armbruster2015-09-211-2/+2
* qapi: Document that input visitor semantics are prone to leaksEric Blake2015-09-041-0/+2
* qapi: Fix generated code when flat union has member 'kind'Markus Armbruster2015-09-041-1/+1
* qapi: Drop tests for inline nested structsEric Blake2015-05-051-7/+9
* qapi: Merge UserDefTwo and UserDefNested in testsEric Blake2015-05-051-7/+10
* qapi: Rename anonymous union type in testEric Blake2015-05-051-8/+8
* qapi: Forbid base without discriminator in unionsEric Blake2015-05-051-19/+0
* qapi: Clean up test coverage of simple unionsEric Blake2015-05-051-29/+32
* qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster2014-05-151-9/+17
* tests/qapi-schema: Drop superfluous error_is_set()Markus Armbruster2014-05-091-13/+12
* qmp hmp: Consistently name Error * objects err, and not errpMarkus Armbruster2014-05-081-32/+32
* qapi script: do not allow string discriminatorWenchao Xia2014-03-111-3/+7
* tests/qapi-schema: Cover flat union typesMarkus Armbruster2014-03-031-0/+20
* tests/qapi-schema: Cover union types with baseMarkus Armbruster2014-03-031-1/+2
* tests/qapi-schema: Cover complex types with baseMarkus Armbruster2014-03-031-2/+2
* tests/qapi-schema: Cover anonymous union typesMarkus Armbruster2014-03-031-0/+18
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-10/+10
* tests: fix memleak in error path test for input visitorWenchao Xia2013-11-051-0/+1
* misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil2013-07-271-1/+1