aboutsummaryrefslogtreecommitdiff
path: root/tests/qmp-test.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-12Revert "tests: Add parameter to qtest_init_without_qmp_handshake"Peter Xu1-2/+2
2018-12-12monitor: Remove "x-oob", offer capability "oob" unconditionallyPeter Xu1-1/+1
2018-11-19tests: add qmp/missing-any-arg testMarc-André Lureau1-0/+14
2018-09-24json: Nicer recovery from lexical errorsMarkus Armbruster1-4/+1
2018-09-24Revert "tests: add qmp/qom-set-without-value test"Peter Maydell1-14/+0
2018-08-31tests: add qmp/qom-set-without-value testMarc-André Lureau1-0/+14
2018-08-31tests: add qmp_assert_error_class()Marc-André Lureau1-50/+23
2018-08-24json: Treat unwanted interpolation as lexical errorMarkus Armbruster1-0/+4
2018-08-24json: Reject unescaped control charactersMarkus Armbruster1-2/+2
2018-08-24check-qjson qmp-test: Cover control characters more thoroughlyMarkus Armbruster1-0/+14
2018-08-24qmp-test: Cover syntax and lexical errorsMarkus Armbruster1-1/+40
2018-08-24qmp-cmd-test: Split off qmp-testMarkus Armbruster1-191/+2
2018-08-16libqtest: Replace qtest_startf() by qtest_initf()Markus Armbruster1-1/+1
2018-08-16libqtest: Rename functions to send QMP messagesMarkus Armbruster1-9/+9
2018-07-16cli qmp: Mark --preconfig, exit-preconfig experimentalMarkus Armbruster1-3/+3
2018-07-03qmp: Don't let malformed in-band commands jump the queueMarkus Armbruster1-2/+2
2018-07-03tests/qmp-test: Demonstrate QMP errors jumping the queueMarkus Armbruster1-0/+7
2018-07-03qmp: Redo how the client requests out-of-band executionMarkus Armbruster1-5/+2
2018-07-03tests/qmp-test: Test in-band command doesn't overtakeMarkus Armbruster1-0/+2
2018-07-03qmp: Get rid of x-oob-test commandMarkus Armbruster1-30/+65
2018-07-03qmp: Say "out-of-band" instead of "Out-Of-Band"Markus Armbruster1-1/+1
2018-05-30tests: functional tests for QMP command set-numa-nodeIgor Mammedov1-7/+0
2018-05-30tests: extend qmp test with preconfig checksIgor Mammedov1-0/+47
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-19/+19
2018-03-27tests: qmp-test: add test for new "x-oob"Peter Xu1-0/+82
2018-03-27tests: Add parameter to qtest_init_without_qmp_handshakeEric Blake1-1/+1
2018-03-27qmp-test: fix response leakMarc-André Lureau1-0/+1
2018-03-23Revert "monitor: enable IO thread for (qmp & !mux) typed"Peter Xu1-9/+1
2018-03-23Revert "tests: qmp-test: verify command batching"Peter Xu1-22/+0
2018-03-23Revert "tests: qmp-test: add oob test"Peter Xu1-65/+0
2018-03-19tests: qmp-test: add oob testPeter Xu1-0/+65
2018-03-19tests: qmp-test: verify command batchingPeter Xu1-0/+22
2018-03-19qmp: introduce QMPCapabilityPeter Xu1-1/+9
2018-03-13sev/i386: qmp: add query-sev-capabilities commandBrijesh Singh1-0/+1
2018-03-13sev/i386: qmp: add query-sev-launch-measure commandBrijesh Singh1-0/+2
2018-03-13sev/i386: qmp: add query-sev commandBrijesh Singh1-0/+2
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+2
2018-02-14qmp-test: Drop dependence on global_qtestEric Blake1-17/+18
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster1-0/+1
2018-01-16tests: fix qmp-test leakMarc-André Lureau1-1/+2
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau1-1/+1
2017-09-04qapi: Drop superfluous qapi_enum_parse() parameter maxMarkus Armbruster1-2/+1
2017-09-04tests/qmp-test: Add generic, basic test of query commandsMarkus Armbruster1-1/+181
2017-03-05qapi: Drop unused non-strict qobject input visitorMarkus Armbruster1-1/+1
2017-03-05qmp-test: New, covering basic QMP protocolMarkus Armbruster1-0/+139