summaryrefslogtreecommitdiffstats
path: root/tests/test-qmp-input-visitor.c
Commit message (Expand)AuthorAgeFilesLines
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* qapi: Don't special-case simple union wrappersEric Blake2019-11-291-12/+13
* qapi: Don't box branches of flat unionsEric Blake2019-11-291-5/+5
* qapi: Don't box struct branch of alternateEric Blake2019-11-291-10/+10
* qapi: Add tests of complex objects within alternateEric Blake2019-11-291-1/+36
* tests: Clean up includesPeter Maydell2019-11-291-1/+1
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-40/+40
* qapi: Fix alternates that accept 'number' but not 'int'Eric Blake2019-11-291-10/+6
* qapi: Simplify visiting of alternate typesEric Blake2019-11-291-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
* qapi: add native list coverage for QMP input visitor testsMichael Roth2013-05-231-0/+338
* qapi: add QMP input test for large integersMichael Roth2013-05-231-0/+20
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* qapi: move inclusions of qemu-common.h from headers to .c filesPaolo Bonzini2012-12-191-0/+1
* qapi: fix error propagationPaolo Bonzini2012-07-231-8/+16
* test makefile overhaulPaolo Bonzini2012-03-301-0/+308
OpenPOWER on IntegriCloud