summaryrefslogtreecommitdiff
path: root/tests/test-qmp-output-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/+12
2016-02-19qapi: Don't box branches of flat unionsEric Blake1-4/+2
2016-02-19qapi: Don't box struct branch of alternateEric Blake1-6/+5
2016-02-19qapi: Add tests of complex objects within alternateEric Blake1-1/+25
2016-02-16tests: Clean up includesPeter Maydell1-0/+1
2016-02-08qmp: Fix reference-counting of qnull on empty output visitEric Blake1-0/+2
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-17/+17
2015-12-17qapi: Simplify visiting of alternate typesEric Blake1-2/+2
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-3/+3
2015-11-10qapi: More tests of alternate outputEric Blake1-1/+15
2015-11-09qapi: Simplify non-error testing in test-qmp-*Eric Blake1-42/+14
2015-11-09qapi: Plug leaks in test-qmp-*Eric Blake1-1/+2
2015-11-09qapi: Strengthen test of TestStructListEric Blake1-11/+7
2015-11-09qapi: Use generated TestStruct machinery in testsEric Blake1-58/+0
2015-11-02tests: Convert to new qapi union layoutEric Blake1-21/+21
2015-11-02qapi: Unbox base membersEric Blake1-8/+5
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster1-0/+53
2015-09-21qapi: Make output visitor return qnull() instead of NULLMarkus Armbruster1-1/+2
2015-09-04qapi: Fix generated code when flat union has member 'kind'Markus Armbruster1-1/+1
2015-06-22qobject: Use 'bool' inside qdictEric Blake1-1/+1
2015-06-22qobject: Use 'bool' for qboolEric Blake1-2/+2
2015-05-05qapi: Drop tests for inline nested structsEric Blake1-20/+26
2015-05-05qapi: Merge UserDefTwo and UserDefNested in testsEric Blake1-24/+24
2015-05-05qapi: Rename anonymous union type in testEric Blake1-8/+8
2015-05-05qapi: Forbid base without discriminator in unionsEric Blake1-36/+0
2015-05-05qapi: Clean up test coverage of simple unionsEric Blake1-13/+25
2014-05-28tests: Check empty QMP output visitorMarcel Apfelbaum1-0/+11
2014-05-15qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster1-1/+9
2014-05-15tests: Don't call visit_end_struct() after visit_start_struct() failsMarkus Armbruster1-5/+13
2014-05-08qmp hmp: Consistently name Error * objects err, and not errpMarkus Armbruster1-37/+37
2014-03-11qapi script: do not allow string discriminatorWenchao Xia1-4/+6
2014-03-03tests/qapi-schema: Cover flat union typesMarkus Armbruster1-0/+31
2014-03-03tests/qapi-schema: Cover union types with baseMarkus Armbruster1-0/+2
2014-03-03tests/qapi-schema: Cover complex types with baseMarkus Armbruster1-4/+8
2014-03-03tests/qapi-schema: Cover anonymous union typesMarkus Armbruster1-0/+22
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-11/+11
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil1-2/+2
2013-05-30qapi: pad GenericList value fields to 64 bitsMichael Roth1-1/+4
2013-05-23qapi: add native list coverage for QMP output visitor testsMichael Roth1-0/+332
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-03-30test makefile overhaulPaolo Bonzini1-0/+477