aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-qmp-output-visitor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange2016-10-251-876/+0
* qapi: Add new visit_complete() functionEric Blake2016-07-061-8/+3
* tests: Factor out common code in qapi output testsEric Blake2016-07-061-51/+27
* qmp-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-1/+1
* qapi: Add parameter to visit_end_*Eric Blake2016-07-061-1/+1
* qapi: Improve use of qmp/types.hEric Blake2016-07-061-0/+1
* tests: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0
* qapi: Split visit_end_struct() into piecesEric Blake2016-05-121-1/+2
* qmp: Don't reuse qmp visitor after grabbing outputEric Blake2016-05-121-0/+12
* qmp: Support explicit null during visitsEric Blake2016-05-121-5/+15
* tests: Add check-qnullEric Blake2016-05-121-2/+0
* 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/+12
* qapi: Don't box branches of flat unionsEric Blake2016-02-191-4/+2
* qapi: Don't box struct branch of alternateEric Blake2016-02-191-6/+5
* qapi: Add tests of complex objects within alternateEric Blake2016-02-191-1/+25
* tests: Clean up includesPeter Maydell2016-02-161-0/+1
* qmp: Fix reference-counting of qnull on empty output visitEric Blake2016-02-081-0/+2
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-17/+17
* qapi: Simplify visiting of alternate typesEric Blake2015-12-171-2/+2
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-171-3/+3
* qapi: More tests of alternate outputEric Blake2015-11-101-1/+15
* qapi: Simplify non-error testing in test-qmp-*Eric Blake2015-11-091-42/+14
* qapi: Plug leaks in test-qmp-*Eric Blake2015-11-091-1/+2
* qapi: Strengthen test of TestStructListEric Blake2015-11-091-11/+7
* qapi: Use generated TestStruct machinery in testsEric Blake2015-11-091-58/+0
* tests: Convert to new qapi union layoutEric Blake2015-11-021-21/+21
* qapi: Unbox base membersEric Blake2015-11-021-8/+5
* qapi: Introduce a first class 'any' typeMarkus Armbruster2015-09-211-0/+53
* qapi: Make output visitor return qnull() instead of NULLMarkus Armbruster2015-09-211-1/+2
* qapi: Fix generated code when flat union has member 'kind'Markus Armbruster2015-09-041-1/+1
* qobject: Use 'bool' inside qdictEric Blake2015-06-221-1/+1
* qobject: Use 'bool' for qboolEric Blake2015-06-221-2/+2
* qapi: Drop tests for inline nested structsEric Blake2015-05-051-20/+26
* qapi: Merge UserDefTwo and UserDefNested in testsEric Blake2015-05-051-24/+24
* qapi: Rename anonymous union type in testEric Blake2015-05-051-8/+8
* qapi: Forbid base without discriminator in unionsEric Blake2015-05-051-36/+0
* qapi: Clean up test coverage of simple unionsEric Blake2015-05-051-13/+25
* tests: Check empty QMP output visitorMarcel Apfelbaum2014-05-281-0/+11
* qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster2014-05-151-1/+9
* tests: Don't call visit_end_struct() after visit_start_struct() failsMarkus Armbruster2014-05-151-5/+13
* qmp hmp: Consistently name Error * objects err, and not errpMarkus Armbruster2014-05-081-37/+37
* qapi script: do not allow string discriminatorWenchao Xia2014-03-111-4/+6
* tests/qapi-schema: Cover flat union typesMarkus Armbruster2014-03-031-0/+31
* tests/qapi-schema: Cover union types with baseMarkus Armbruster2014-03-031-0/+2
* tests/qapi-schema: Cover complex types with baseMarkus Armbruster2014-03-031-4/+8
* tests/qapi-schema: Cover anonymous union typesMarkus Armbruster2014-03-031-0/+22
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-11/+11
* misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil2013-07-271-2/+2
* qapi: pad GenericList value fields to 64 bitsMichael Roth2013-05-301-1/+4