aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/libqtest.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-11qtest/libqtest: fix heap-buffer-overflow in qtest_cb_for_every_machine()Gan Qixin1-1/+1
2020-12-19qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster1-11/+9
2020-12-19qobject: Make qobject_to_json_pretty() take a pretty argumentMarkus Armbruster1-1/+1
2020-11-20qtest: do not return freed argument vector from qtest_rspPaolo Bonzini1-0/+1
2020-11-03tests/qtest/libqtest.c: Check for setsockopt() failurePeter Maydell1-2/+7
2020-10-24libqtest: fix memory leak in the qtest_qmp_event_refMaxim Levitsky1-7/+4
2020-10-24libqtest: fix the order of buffered eventsMaxim Levitsky1-1/+1
2020-10-24tests/qtest/libqtest: Fix detection of architecture for binaries without pathThomas Huth1-2/+7
2020-10-12qtest: switch users back to qtest_qmp_receiveMaxim Levitsky1-9/+3
2020-10-12qtest: remove qtest_qmp_receive_successMaxim Levitsky1-48/+5
2020-10-12qtest: Reintroduce qtest_qmp_receive with QMP event bufferingMaxim Levitsky1-1/+48
2020-10-12qtest: rename qtest_qmp_receive to qtest_qmp_receive_dictMaxim Levitsky1-8/+8
2020-09-03libqtest: Rename qmp_assert_error_class() to qmp_expect_error_and_unref()Markus Armbruster1-1/+1
2020-08-21meson: convert tests/qtest to mesonPaolo Bonzini1-1/+1
2020-07-06tests/qtest: Unify the test for the xenfv and xenpv machinesThomas Huth1-0/+4
2020-02-22libqtest: make bufwrite rely on the TransportOpsAlexander Bulekov1-2/+69
2020-02-22libqtest: add a layer of abstraction to send/recvAlexander Bulekov1-9/+39
2020-01-12test: Move qtests to a separate directoryThomas Huth1-0/+1339