aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/libqtest.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-03tests: move libqtest.h back under qtest/Marc-André Lureau1-1/+1
2022-04-21tests: print newline after QMP response in qtest logsDaniel P. Berrangé1-1/+4
2022-04-21tests: support QTEST_TRACE env variableDaniel P. Berrangé1-2/+6
2022-04-21qtest: simplify socket_send()Marc-André Lureau1-14/+2
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-1/+1
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau1-2/+2
2021-12-22tests/qtest: Add a function that checks whether a device is availableThomas Huth1-0/+44
2021-12-21tests/qtests: add qtest_qmp_add_client()Marc-André Lureau1-0/+19
2021-12-15tests/qtest: Add a function to check whether a machine is availableThomas Huth1-0/+17
2021-12-15tests/qtest: Add a function that gets a list with available machine typesThomas Huth1-11/+53
2021-10-20tests: qtest: add qtest_has_accel() to check if tested binary supports accele...Igor Mammedov1-0/+27
2021-09-06libqtest: check for g_setenv() failurePeter Maydell1-1/+3
2021-05-14libqtest: refuse QTEST_QEMU_BINARY=qemu-kvmStefan Hajnoczi1-1/+8
2021-03-08libqtest: add qtest_remove_abrt_handler()Stefan Hajnoczi1-6/+29
2021-03-08libqtest: add qtest_kill_qemu()Stefan Hajnoczi1-3/+4
2021-03-08libqtest: add qtest_socket_server()Stefan Hajnoczi1-17/+23
2021-01-27libqtest: Rework qtest_rsp()Markus Armbruster1-24/+26
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