aboutsummaryrefslogtreecommitdiff
path: root/tests/test-qmp-input-visitor.c
AgeCommit message (Expand)Author
2015-11-10qapi: More tests of input arraysEric Blake
2015-11-10qapi: Test failure in middle of array parseEric Blake
2015-11-10qapi: Simplify error cleanup in test-qmp-*Eric Blake
2015-11-09qapi: Simplify non-error testing in test-qmp-*Eric Blake
2015-11-09qapi: Plug leaks in test-qmp-*Eric Blake
2015-11-09qapi: Share test_init code in test-qmp-input*Eric Blake
2015-11-09qapi: Use generated TestStruct machinery in testsEric Blake
2015-11-02tests: Convert to new qapi union layoutEric Blake
2015-11-02qapi: Unbox base membersEric Blake
2015-11-02qapi: Prefer typesafe upcasts to qapi base classesEric Blake
2015-10-12qapi: Test use of 'number' within alternatesEric Blake
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster
2015-09-21qapi-visit: Convert to QAPISchemaVisitor, fixing bugsMarkus Armbruster
2015-09-04qapi: Document that input visitor semantics are prone to leaksEric Blake
2015-09-04qapi: Fix generated code when flat union has member 'kind'Markus Armbruster
2015-05-05qapi: Drop tests for inline nested structsEric Blake
2015-05-05qapi: Merge UserDefTwo and UserDefNested in testsEric Blake
2015-05-05qapi: Rename anonymous union type in testEric Blake
2015-05-05qapi: Forbid base without discriminator in unionsEric Blake
2015-05-05qapi: Clean up test coverage of simple unionsEric Blake
2014-05-15qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster
2014-05-09tests/qapi-schema: Drop superfluous error_is_set()Markus Armbruster
2014-05-08qmp hmp: Consistently name Error * objects err, and not errpMarkus Armbruster
2014-03-11qapi script: do not allow string discriminatorWenchao Xia
2014-03-03tests/qapi-schema: Cover flat union typesMarkus Armbruster
2014-03-03tests/qapi-schema: Cover union types with baseMarkus Armbruster
2014-03-03tests/qapi-schema: Cover complex types with baseMarkus Armbruster
2014-03-03tests/qapi-schema: Cover anonymous union typesMarkus Armbruster
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2013-11-05tests: fix memleak in error path test for input visitorWenchao Xia
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil
2013-05-23qapi: add native list coverage for QMP input visitor testsMichael Roth
2013-05-23qapi: add QMP input test for large integersMichael Roth
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-12-19qapi: move inclusions of qemu-common.h from headers to .c filesPaolo Bonzini
2012-07-23qapi: fix error propagationPaolo Bonzini
2012-03-30test makefile overhaulPaolo Bonzini