summaryrefslogtreecommitdiff
path: root/tests/libqtest.c
AgeCommit message (Expand)Author
2019-12-17vl: configure accelerators from -accel optionsPaolo Bonzini
2019-12-17glib: use portable g_setenv()Marc-André Lureau
2019-11-11qtest: fix qtest_qmp_device_add leakMarc-André Lureau
2019-10-15tests: add qtest_qmp_device_add_qdict() helperIgor Mammedov
2019-09-19Replace '-machine accel=xyz' with '-accel xyz'Thomas Huth
2019-09-12tests/libqtest: Allow setting expected exit statusYury Kotov
2019-09-05tests/libqtest: Use libqtest-single.h in tests that require global_qtestThomas Huth
2019-09-05tests/libqtest: Move global_test wrapper function into a separate headerThomas Huth
2019-08-21tests: add module loading testMarc-André Lureau
2019-08-15tests/libqtest: Make qmp_assert_success() independent from global_qtestThomas Huth
2019-08-15tests/libqtest: Make qtest_qmp_device_add/del independent from global_qtestThomas Huth
2019-08-15tests/libqtest: Clean up qtest_cb_for_every_machine() wrt global_qtestThomas Huth
2019-08-15tests/libqtest: Remove unused function hmp()Thomas Huth
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster
2019-06-05migration-test: Add a test for fd protocolYury Kotov
2019-06-04virtio-scsi-test: Test attaching new overlay with iothreadsKevin Wolf
2019-05-21tests/libqtest: Remove unused global_qtest-related wrapper functionsThomas Huth
2019-02-12chardev: forbid 'wait' option with client socketsDaniel P. Berrangé
2019-01-29tests/libqtest: Introduce qtest_init_with_serial()Julia 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