summaryrefslogtreecommitdiff
path: root/tests/test-qmp-input-visitor.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-23qapi: add native list coverage for QMP input visitor testsMichael Roth1-0/+338
2013-05-23qapi: add QMP input test for large integersMichael Roth1-0/+20
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-12-19qapi: move inclusions of qemu-common.h from headers to .c filesPaolo Bonzini1-0/+1
2012-07-23qapi: fix error propagationPaolo Bonzini1-8/+16
2012-03-30test makefile overhaulPaolo Bonzini1-0/+308