aboutsummaryrefslogtreecommitdiff
path: root/tests/test-qmp-input-strict.c
AgeCommit message (Expand)Author
2016-10-06tests/test-qmp-input-strict: Cover missing struct membersMarkus Armbruster
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake
2016-07-06qapi: Improve use of qmp/types.hEric Blake
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell
2016-05-12qapi: Change visit_type_FOO() to no longer return partial objectsEric Blake
2016-05-12qapi: Consolidate QMP input visitor creationEric Blake
2016-05-12qapi: Guarantee NULL obj on input visitor callback errorEric Blake
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-16tests: Clean up includesPeter Maydell
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2015-11-10qapi: Simplify error cleanup in test-qmp-*Eric Blake
2015-11-09qapi: Simplify non-error testing in test-qmp-*Eric Blake
2015-11-09qapi: Plug leaks in test-qmp-*Eric Blake
2015-11-09qapi: Share test_init code in test-qmp-input*Eric Blake
2015-11-09qapi: Use generated TestStruct machinery in testsEric Blake
2015-09-21qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster
2015-09-21qapi-visit: Convert to QAPISchemaVisitor, fixing bugsMarkus Armbruster
2015-05-05qapi: Merge UserDefTwo and UserDefNested in testsEric Blake
2015-05-05qapi: Rename anonymous union type in testEric Blake
2015-05-05qapi: Clean up test coverage of simple unionsEric Blake
2014-09-26tests: add QMP input visitor test for unions with no discriminatorMichael Roth
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-04-25Use error_is_set() only when necessary (again)Markus 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 anonymous union typesMarkus Armbruster
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
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