aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/libqtest.c
AgeCommit message (Expand)Author
2021-03-08libqtest: add qtest_remove_abrt_handler()Stefan Hajnoczi
2021-03-08libqtest: add qtest_kill_qemu()Stefan Hajnoczi
2021-03-08libqtest: add qtest_socket_server()Stefan Hajnoczi
2021-01-27libqtest: Rework qtest_rsp()Markus Armbruster
2021-01-11qtest/libqtest: fix heap-buffer-overflow in qtest_cb_for_every_machine()Gan Qixin
2020-12-19qobject: Change qobject_to_json()'s value to GStringMarkus Armbruster
2020-12-19qobject: Make qobject_to_json_pretty() take a pretty argumentMarkus Armbruster
2020-11-20qtest: do not return freed argument vector from qtest_rspPaolo Bonzini
2020-11-03tests/qtest/libqtest.c: Check for setsockopt() failurePeter Maydell
2020-10-24libqtest: fix memory leak in the qtest_qmp_event_refMaxim Levitsky
2020-10-24libqtest: fix the order of buffered eventsMaxim Levitsky
2020-10-24tests/qtest/libqtest: Fix detection of architecture for binaries without pathThomas Huth
2020-10-12qtest: switch users back to qtest_qmp_receiveMaxim Levitsky
2020-10-12qtest: remove qtest_qmp_receive_successMaxim Levitsky
2020-10-12qtest: Reintroduce qtest_qmp_receive with QMP event bufferingMaxim Levitsky
2020-10-12qtest: rename qtest_qmp_receive to qtest_qmp_receive_dictMaxim Levitsky
2020-09-03libqtest: Rename qmp_assert_error_class() to qmp_expect_error_and_unref()Markus Armbruster
2020-08-21meson: convert tests/qtest to mesonPaolo Bonzini
2020-07-06tests/qtest: Unify the test for the xenfv and xenpv machinesThomas Huth
2020-02-22libqtest: make bufwrite rely on the TransportOpsAlexander Bulekov
2020-02-22libqtest: add a layer of abstraction to send/recvAlexander Bulekov
2020-01-12test: Move qtests to a separate directoryThomas Huth