summaryrefslogtreecommitdiff
path: root/tests/test-qmp-commands.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-05qapi: Drop unused non-strict qobject input visitorMarkus Armbruster1-1/+1
2017-03-05qapi: Support multiple command registries per programMarkus Armbruster1-5/+7
2017-03-05qmp: Dumb down how we run QMP command registrationMarkus Armbruster1-1/+1
2016-10-25qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange1-1/+1
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange1-1/+1
2016-09-19qapi: check invalid arguments on no-args commandsMarc-André Lureau1-0/+15
2016-08-05tests: Rename qtests which have names ending "error"Peter Maydell1-2/+2
2016-07-19qapi: Implement boxed types for commands/eventsEric Blake1-0/+8
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake1-4/+4
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-05-12qapi: Change visit_type_FOO() to no longer return partial objectsEric Blake1-7/+6
2016-05-12qapi: Use strict QMP input visitor in more placesEric Blake1-1/+1
2016-05-12qapi: Consolidate QMP input visitor creationEric Blake1-1/+1
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-1/+1
2016-03-18qapi: Fix command with named empty argument typeEric Blake1-0/+5
2016-02-16tests: Clean up includesPeter Maydell1-0/+1
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-1/+1
2015-12-17qapi: Fix c_name() mungingEric Blake1-0/+4
2015-11-10qapi: Simplify error cleanup in test-qmp-*Eric Blake1-2/+1
2015-11-02tests: Convert to new qapi union layoutEric Blake1-2/+2
2015-11-02qapi: Unbox base membersEric Blake1-10/+5
2015-10-15qapi: Drop redundant returns-int testEric Blake1-2/+2
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster1-0/+5
2015-05-14qapi: Support downstream events and commandsEric Blake1-0/+15
2015-05-05qapi: Drop tests for inline nested structsEric Blake1-7/+10
2015-05-05qapi: Merge UserDefTwo and UserDefNested in testsEric Blake1-17/+17
2014-03-11tests: test-qmp-commands: Fix double freeLuiz Capitulino1-1/+1
2014-03-03tests/qapi-schema: Cover complex types with baseMarkus Armbruster1-5/+10
2014-03-03tests/qapi-schema: Cover simple argument typesMarkus Armbruster1-0/+16
2014-03-03tests/qapi-schema: Cover optional command argumentsMarkus Armbruster1-3/+5
2014-03-03tests/qapi-schema: Actually check successful QMP command responseMarkus Armbruster1-8/+35
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-2/+2
2012-12-19qapi: move inclusions of qemu-common.h from headers to .c filesPaolo Bonzini1-0/+1
2012-07-23qapi: add test case for deallocating traversal of incomplete structureLaszlo Ersek1-0/+42
2012-03-30test makefile overhaulPaolo Bonzini1-0/+139