summaryrefslogtreecommitdiffstats
path: root/tests/test-qmp-commands.c
Commit message (Expand)AuthorAgeFilesLines
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-201-3/+5
* qobject: Use simpler QDict/QList scalar insertion macrosEric Blake2017-05-091-12/+12
* qobject: Drop useless QObject castsEric Blake2017-05-081-12/+12
* qapi: Drop unused non-strict qobject input visitorMarkus Armbruster2017-03-051-1/+1
* qapi: Support multiple command registries per programMarkus Armbruster2017-03-051-5/+7
* qmp: Dumb down how we run QMP command registrationMarkus Armbruster2017-03-051-1/+1
* qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange2016-10-251-1/+1
* qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange2016-10-251-1/+1
* qapi: check invalid arguments on no-args commandsMarc-André Lureau2016-09-191-0/+15
* tests: Rename qtests which have names ending "error"Peter Maydell2016-08-051-2/+2
* qapi: Implement boxed types for commands/eventsEric Blake2016-07-191-0/+8
* qmp-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-4/+4
* tests: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* qapi: Change visit_type_FOO() to no longer return partial objectsEric Blake2016-05-121-7/+6Star
* qapi: Use strict QMP input visitor in more placesEric Blake2016-05-121-1/+1
* qapi: Consolidate QMP input visitor creationEric Blake2016-05-121-1/+1
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-1/+1
* qapi: Fix command with named empty argument typeEric Blake2016-03-181-0/+5
* tests: Clean up includesPeter Maydell2016-02-161-0/+1
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-1/+1
* qapi: Fix c_name() mungingEric Blake2015-12-171-0/+4
* qapi: Simplify error cleanup in test-qmp-*Eric Blake2015-11-101-2/+1Star
* tests: Convert to new qapi union layoutEric Blake2015-11-021-2/+2
* qapi: Unbox base membersEric Blake2015-11-021-10/+5Star
* qapi: Drop redundant returns-int testEric Blake2015-10-151-2/+2
* qapi: Introduce a first class 'any' typeMarkus Armbruster2015-09-211-0/+5
* qapi: Support downstream events and commandsEric Blake2015-05-141-0/+15
* qapi: Drop tests for inline nested structsEric Blake2015-05-051-7/+10
* qapi: Merge UserDefTwo and UserDefNested in testsEric Blake2015-05-051-17/+17
* tests: test-qmp-commands: Fix double freeLuiz Capitulino2014-03-111-1/+1
* tests/qapi-schema: Cover complex types with baseMarkus Armbruster2014-03-031-5/+10
* tests/qapi-schema: Cover simple argument typesMarkus Armbruster2014-03-031-0/+16
* tests/qapi-schema: Cover optional command argumentsMarkus Armbruster2014-03-031-3/+5
* tests/qapi-schema: Actually check successful QMP command responseMarkus Armbruster2014-03-031-8/+35
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-2/+2
* qapi: move inclusions of qemu-common.h from headers to .c filesPaolo Bonzini2012-12-191-0/+1
* qapi: add test case for deallocating traversal of incomplete structureLaszlo Ersek2012-07-231-0/+42
* test makefile overhaulPaolo Bonzini2012-03-301-0/+139