summaryrefslogtreecommitdiffstats
path: root/tests/libqtest.c
Commit message (Expand)AuthorAgeFilesLines
* test: Move qtests to a separate directoryThomas Huth2020-01-121-1339/+0Star
* vl: configure accelerators from -accel optionsPaolo Bonzini2019-12-171-2/+2
* glib: use portable g_setenv()Marc-André Lureau2019-12-171-1/+1
* qtest: fix qtest_qmp_device_add leakMarc-André Lureau2019-11-111-0/+1
* tests: add qtest_qmp_device_add_qdict() helperIgor Mammedov2019-10-151-10/+19
* Replace '-machine accel=xyz' with '-accel xyz'Thomas Huth2019-09-191-1/+1
* tests/libqtest: Allow setting expected exit statusYury Kotov2019-09-121-15/+21
* tests/libqtest: Use libqtest-single.h in tests that require global_qtestThomas Huth2019-09-051-2/+0Star
* tests/libqtest: Move global_test wrapper function into a separate headerThomas Huth2019-09-051-11/+0Star
* tests: add module loading testMarc-André Lureau2019-08-211-0/+6
* tests/libqtest: Make qmp_assert_success() independent from global_qtestThomas Huth2019-08-151-2/+2
* tests/libqtest: Make qtest_qmp_device_add/del independent from global_qtestThomas Huth2019-08-151-8/+7Star
* tests/libqtest: Clean up qtest_cb_for_every_machine() wrt global_qtestThomas Huth2019-08-151-3/+4
* tests/libqtest: Remove unused function hmp()Thomas Huth2019-08-151-11/+0Star
* qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster2019-06-111-0/+1
* migration-test: Add a test for fd protocolYury Kotov2019-06-051-4/+76
* virtio-scsi-test: Test attaching new overlay with iothreadsKevin Wolf2019-06-041-0/+19
* tests/libqtest: Remove unused global_qtest-related wrapper functionsThomas Huth2019-05-211-10/+1Star
* chardev: forbid 'wait' option with client socketsDaniel P. Berrangé2019-02-121-2/+2
* tests/libqtest: Introduce qtest_init_with_serial()Julia Suvorova2019-01-291-0/+25
* qtest: Add set_irq_in command to set IRQ/GPIO levelSteffen Görtz2019-01-071-0/+10
* tests: Exit boot-serial-test loop if child diesRichard Henderson2018-12-171-27/+45
* Revert "tests: Add parameter to qtest_init_without_qmp_handshake"Peter Xu2018-12-121-5/+4Star
* monitor: Remove "x-oob", offer capability "oob" unconditionallyPeter Xu2018-12-121-1/+1
* qtest: log QEMU command linePaolo Bonzini2018-11-201-11/+15
* libqtest: Inline g_assert_no_errno()Markus Armbruster2018-10-101-8/+3Star
* tests: add qmp_assert_error_class()Marc-André Lureau2018-08-311-0/+11
* json: Clean up headersMarkus Armbruster2018-08-241-1/+1
* json: Pass lexical errors and limit violations to callbackMarkus Armbruster2018-08-241-2/+5
* json: Redesign the callback to consume JSON valuesMarkus Armbruster2018-08-241-6/+4Star
* test-qga: Clean up how we test QGA synchronizationMarkus Armbruster2018-08-241-18/+21
* qmp-test: Cover syntax and lexical errorsMarkus Armbruster2018-08-241-0/+17
* tests: Skip old versioned machine types in quick testing modeThomas Huth2018-08-231-2/+50
* libqtest: Improve error reporting for bad read from QEMUMarkus Armbruster2018-08-161-3/+3
* tests/libqtest: Improve kill_qemu()Eric Blake2018-08-161-3/+21
* libqtest: Rename qtest_FOOv() to qtest_vFOO() for consistencyMarkus Armbruster2018-08-161-6/+6
* libqtest: Replace qtest_startf() by qtest_initf()Markus Armbruster2018-08-161-5/+4Star
* tests: New helper qtest_qmp_receive_success()Markus Armbruster2018-08-161-19/+50
* tests: Clean up string interpolation around qtest_qmp_device_add()Markus Armbruster2018-08-161-16/+11Star
* tests: Clean up string interpolation into QMP input (simple cases)Markus Armbruster2018-08-161-5/+2Star
* libqtest: Simplify qmp_fd_vsend() a bitMarkus Armbruster2018-08-161-11/+7Star
* libqtest: Remove qtest_qmp_discard_response() & friendsMarkus Armbruster2018-08-161-26/+1Star
* libqtest: Clean up how we read the QMP greetingMarkus Armbruster2018-08-161-1/+3
* libqtest: Clean up how we read device_del messagesMarkus Armbruster2018-08-161-1/+1
* libqtest: Rename functions to send QMP messagesMarkus Armbruster2018-08-161-10/+10
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-041-1/+8
|\
| * libqtest: fail if child coredumpsMichael S. Tsirkin2018-05-251-1/+8
* | tests: functional tests for QMP command set-numa-nodeIgor Mammedov2018-05-301-0/+7
|/
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-12/+12
* tests: Add parameter to qtest_init_without_qmp_handshakeEric Blake2018-03-271-4/+6