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