aboutsummaryrefslogtreecommitdiff
path: root/tests/test-qmp-output-visitor.c
AgeCommit message (Expand)Author
2014-05-28tests: Check empty QMP output visitorMarcel Apfelbaum
2014-05-15qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster
2014-05-15tests: Don't call visit_end_struct() after visit_start_struct() failsMarkus Armbruster
2014-05-08qmp hmp: Consistently name Error * objects err, and not errpMarkus Armbruster
2014-03-11qapi script: do not allow string discriminatorWenchao Xia
2014-03-03tests/qapi-schema: Cover flat union typesMarkus Armbruster
2014-03-03tests/qapi-schema: Cover union types with baseMarkus Armbruster
2014-03-03tests/qapi-schema: Cover complex types with baseMarkus Armbruster
2014-03-03tests/qapi-schema: Cover anonymous union typesMarkus Armbruster
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil
2013-05-30qapi: pad GenericList value fields to 64 bitsMichael Roth
2013-05-23qapi: add native list coverage for QMP output visitor testsMichael Roth
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-12-19qapi: move inclusions of qemu-common.h from headers to .c filesPaolo Bonzini
2012-03-30test makefile overhaulPaolo Bonzini