aboutsummaryrefslogtreecommitdiff
path: root/tests/test-qmp-cmds.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-17qapi: Add feature flags to remaining definitionsMarkus Armbruster1-5/+1
2020-03-17tests/test-qmp-cmds: Simplify test data setupMarkus Armbruster1-57/+38
2020-03-17tests/test-qmp-cmds: Check responses more thoroughlyMarkus Armbruster1-6/+17
2020-03-17tests/test-qmp-cmds: Factor out qmp_dispatch() test helpersMarkus Armbruster1-35/+35
2020-01-14qapi: Generate command registration stuff into separate filesMarkus Armbruster1-0/+1
2019-10-22tests: qapi: Test 'features' of commandsPeter Krempa1-0/+24
2019-09-24qapi: Permit 'boxed' with empty typeMarkus Armbruster1-0/+4
2019-06-12tests/qapi-schema: Test for good feature lists in structsKevin Wolf1-0/+8
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-2/+0
2019-03-05tests: Rename UserDefNativeListUnion to UserDefListUnionMarkus Armbruster1-1/+1
2018-12-12tests: add oob functional test for test-qmp-cmdsPeter Xu1-0/+16
2018-08-31tests: add a qmp success-response testMarc-André Lureau1-0/+17
2018-08-15tests: change /0.15/* tests to /qmp/*Marc-André Lureau1-5/+5
2018-07-05Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2'...Peter Maydell1-13/+10
2018-07-03qmp: Use QDict * instead of QObject * for response objectsMarkus Armbruster1-10/+7
2018-07-03qmp qemu-ga: Fix qemu-ga not to accept "control"Markus Armbruster1-4/+4
2018-07-03qapi/commands: add #if conditions to commandsMarc-André Lureau1-2/+2
2018-07-03qapi: add 'if' to top-level expressionsMarc-André Lureau1-0/+12
2018-05-30tests: qapi-schema tests for allow-preconfigIgor Mammedov1-1/+1
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-12/+12
2018-03-27tests: add oob-test for qapi-schemaPeter Xu1-0/+4
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-6/+6
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-1/+1
2018-03-02qapi: Rename generated qmp-marshal.c to qmp-commands.cMarkus Armbruster1-0/+286