aboutsummaryrefslogtreecommitdiff
path: root/tests/libqtest.c
AgeCommit message (Expand)Author
2019-01-18tests/libqtest: Introduce qtest_init_with_serial()pull-target-arm-20190118Julia Suvorova
2019-01-07qtest: Add set_irq_in command to set IRQ/GPIO levelSteffen Görtz
2018-12-17tests: Exit boot-serial-test loop if child diesRichard Henderson
2018-12-12Revert "tests: Add parameter to qtest_init_without_qmp_handshake"Peter Xu
2018-12-12monitor: Remove "x-oob", offer capability "oob" unconditionallyPeter Xu
2018-11-20qtest: log QEMU command linePaolo Bonzini
2018-10-10libqtest: Inline g_assert_no_errno()Markus Armbruster
2018-08-31tests: add qmp_assert_error_class()Marc-André Lureau
2018-08-24json: Clean up headersMarkus Armbruster
2018-08-24json: Pass lexical errors and limit violations to callbackMarkus Armbruster
2018-08-24json: Redesign the callback to consume JSON valuesMarkus Armbruster
2018-08-24test-qga: Clean up how we test QGA synchronizationMarkus Armbruster
2018-08-24qmp-test: Cover syntax and lexical errorsMarkus Armbruster
2018-08-23tests: Skip old versioned machine types in quick testing modeThomas Huth
2018-08-16libqtest: Improve error reporting for bad read from QEMUMarkus Armbruster
2018-08-16tests/libqtest: Improve kill_qemu()Eric Blake
2018-08-16libqtest: Rename qtest_FOOv() to qtest_vFOO() for consistencyMarkus Armbruster
2018-08-16libqtest: Replace qtest_startf() by qtest_initf()Markus Armbruster
2018-08-16tests: New helper qtest_qmp_receive_success()Markus Armbruster
2018-08-16tests: Clean up string interpolation around qtest_qmp_device_add()Markus Armbruster
2018-08-16tests: Clean up string interpolation into QMP input (simple cases)Markus Armbruster
2018-08-16libqtest: Simplify qmp_fd_vsend() a bitMarkus Armbruster
2018-08-16libqtest: Remove qtest_qmp_discard_response() & friendsMarkus Armbruster
2018-08-16libqtest: Clean up how we read the QMP greetingMarkus Armbruster
2018-08-16libqtest: Clean up how we read device_del messagesMarkus Armbruster
2018-08-16libqtest: Rename functions to send QMP messagesMarkus Armbruster
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-05-30tests: functional tests for QMP command set-numa-nodeIgor Mammedov
2018-05-25libqtest: fail if child coredumpsMichael S. Tsirkin
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-27tests: Add parameter to qtest_init_without_qmp_handshakeEric Blake
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-02-14libqtest: Use qemu_strtoul()Eric Blake
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster
2017-10-20libqtest: Add qtest_[v]startf()Eric Blake
2017-10-16tests: use g_new() family of functionsMarc-André Lureau
2017-09-15libqtest: Remove dead qtest_instances variableEric Blake
2017-09-15tests/libqtest: Use a proper error message if QTEST_QEMU_BINARY is missingThomas Huth
2017-09-15tests: Introduce generic device hot-plug/hot-unplug functionsThomas Huth
2017-08-09libqtest: always set up signal handler for SIGABRTJens Freimann
2017-06-04tests/libqtest: Print error instead of aborting when env variable is missingThomas Huth
2017-05-09test-qga: Actually test 0xff sync bytesEric Blake
2017-04-26libqtest: Add a generic function to run a callback function for every machineThomas Huth
2017-04-26libqtest: Ignore QMP events when parsing the response for HMP commandsThomas Huth
2017-04-03tests/libqtest.c: Delete possible stale unix socketsPeter Maydell
2017-03-07libqtest: Fix qmp() & friends to abort on JSON parse errorsMarkus Armbruster
2017-03-07qobject: Propagate parse errors through qobject_from_jsonv()Markus Armbruster
2017-03-05qmp-test: New, covering basic QMP protocolMarkus Armbruster