aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/test-qmp-cmds.c
AgeCommit message (Expand)Author
2023-01-11tests: add G_GNUC_PRINTF for various functionsDaniel P. Berrangé
2022-12-13qapi tests: Elide redundant has_FOO in generated CMarkus Armbruster
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2021-09-27tests/qapi-schema: Drop simple union __org.qemu_x-Union1Markus Armbruster
2021-09-27tests/qapi-schema: Wean off UserDefListUnionMarkus Armbruster
2021-08-26qapi: add 'any' conditionMarc-André Lureau
2021-03-23qapi: Enforce command naming rulesMarkus Armbruster
2021-03-23tests-qmp-cmds: Drop unused and incorrect qmp_TestIfCmd()Markus Armbruster
2021-03-19qapi: Implement deprecated-input=reject for QMP command argumentsMarkus Armbruster
2021-03-19qapi: Implement deprecated-input=reject for QMP commandsMarkus Armbruster
2021-03-19qapi: Implement deprecated-output=hide for QMP command resultsMarkus Armbruster
2021-03-12tests: Move unit tests into a separate directoryThomas Huth