aboutsummaryrefslogtreecommitdiff
path: root/tests/libqtest.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-12test: Move qtests to a separate directoryThomas Huth1-1339/+0
2019-12-17vl: configure accelerators from -accel optionsPaolo Bonzini1-2/+2
2019-12-17glib: use portable g_setenv()Marc-André Lureau1-1/+1
2019-11-11qtest: fix qtest_qmp_device_add leakMarc-André Lureau1-0/+1
2019-10-15tests: add qtest_qmp_device_add_qdict() helperIgor Mammedov1-10/+19
2019-09-19Replace '-machine accel=xyz' with '-accel xyz'Thomas Huth1-1/+1
2019-09-12tests/libqtest: Allow setting expected exit statusYury Kotov1-15/+21
2019-09-05tests/libqtest: Use libqtest-single.h in tests that require global_qtestThomas Huth1-2/+0
2019-09-05tests/libqtest: Move global_test wrapper function into a separate headerThomas Huth1-11/+0
2019-08-21tests: add module loading testMarc-André Lureau1-0/+6
2019-08-15tests/libqtest: Make qmp_assert_success() independent from global_qtestThomas Huth1-2/+2
2019-08-15tests/libqtest: Make qtest_qmp_device_add/del independent from global_qtestThomas Huth1-8/+7
2019-08-15tests/libqtest: Clean up qtest_cb_for_every_machine() wrt global_qtestThomas Huth1-3/+4
2019-08-15tests/libqtest: Remove unused function hmp()Thomas Huth1-11/+0
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster1-0/+1
2019-06-05migration-test: Add a test for fd protocolYury Kotov1-4/+76
2019-06-04virtio-scsi-test: Test attaching new overlay with iothreadsKevin Wolf1-0/+19
2019-05-21tests/libqtest: Remove unused global_qtest-related wrapper functionsThomas Huth1-10/+1
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