Age | Commit message (Expand) | Author | Files | Lines |
2021-10-20 | tests: qtest: add qtest_has_accel() to check if tested binary supports accele... | Igor Mammedov | 1 | -0/+27 |
2021-09-06 | libqtest: check for g_setenv() failure | Peter Maydell | 1 | -1/+3 |
2021-05-14 | libqtest: refuse QTEST_QEMU_BINARY=qemu-kvm | Stefan Hajnoczi | 1 | -1/+8 |
2021-03-08 | libqtest: add qtest_remove_abrt_handler() | Stefan Hajnoczi | 1 | -6/+29 |
2021-03-08 | libqtest: add qtest_kill_qemu() | Stefan Hajnoczi | 1 | -3/+4 |
2021-03-08 | libqtest: add qtest_socket_server() | Stefan Hajnoczi | 1 | -17/+23 |
2021-01-27 | libqtest: Rework qtest_rsp() | Markus Armbruster | 1 | -24/+26 |
2021-01-11 | qtest/libqtest: fix heap-buffer-overflow in qtest_cb_for_every_machine() | Gan Qixin | 1 | -1/+1 |
2020-12-19 | qobject: Change qobject_to_json()'s value to GString | Markus Armbruster | 1 | -11/+9 |
2020-12-19 | qobject: Make qobject_to_json_pretty() take a pretty argument | Markus Armbruster | 1 | -1/+1 |
2020-11-20 | qtest: do not return freed argument vector from qtest_rsp | Paolo Bonzini | 1 | -0/+1 |
2020-11-03 | tests/qtest/libqtest.c: Check for setsockopt() failure | Peter Maydell | 1 | -2/+7 |
2020-10-24 | libqtest: fix memory leak in the qtest_qmp_event_ref | Maxim Levitsky | 1 | -7/+4 |
2020-10-24 | libqtest: fix the order of buffered events | Maxim Levitsky | 1 | -1/+1 |
2020-10-24 | tests/qtest/libqtest: Fix detection of architecture for binaries without path | Thomas Huth | 1 | -2/+7 |
2020-10-12 | qtest: switch users back to qtest_qmp_receive | Maxim Levitsky | 1 | -9/+3 |
2020-10-12 | qtest: remove qtest_qmp_receive_success | Maxim Levitsky | 1 | -48/+5 |
2020-10-12 | qtest: Reintroduce qtest_qmp_receive with QMP event buffering | Maxim Levitsky | 1 | -1/+48 |
2020-10-12 | qtest: rename qtest_qmp_receive to qtest_qmp_receive_dict | Maxim Levitsky | 1 | -8/+8 |
2020-09-03 | libqtest: Rename qmp_assert_error_class() to qmp_expect_error_and_unref() | Markus Armbruster | 1 | -1/+1 |
2020-08-21 | meson: convert tests/qtest to meson | Paolo Bonzini | 1 | -1/+1 |
2020-07-06 | tests/qtest: Unify the test for the xenfv and xenpv machines | Thomas Huth | 1 | -0/+4 |
2020-02-22 | libqtest: make bufwrite rely on the TransportOps | Alexander Bulekov | 1 | -2/+69 |
2020-02-22 | libqtest: add a layer of abstraction to send/recv | Alexander Bulekov | 1 | -9/+39 |
2020-01-12 | test: Move qtests to a separate directory | Thomas Huth | 1 | -0/+1339 |