summaryrefslogtreecommitdiffstats
path: root/tests/test-qmp-output-visitor.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qapi: add native list coverage for QMP output visitor testsMichael Roth2013-05-231-0/+332
* 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
* test makefile overhaulPaolo Bonzini2012-03-301-0/+477
OpenPOWER on IntegriCloud