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