aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/libqtest.c
AgeCommit message (Expand)Author
2024-07-02tests/qtest: Free old machine variable nameAkihiko Odaki
2024-07-02tests/qtest: Free unused QMP responseAkihiko Odaki
2024-06-21monitor: Stop removing non-duplicated fdsFabiano Rosas
2024-06-12tests/qtest/libqtest: add qtest_has_cpu_model() apiAni Sinha
2024-03-25tests/qtest/libqtest.c: Check for g_setenv() failurePeter Maydell
2023-10-20tests/qtest: Don't print messages from query instancesFabiano Rosas
2023-10-20tests/qtest: Introduce qtest_resolve_machine_aliasFabiano Rosas
2023-10-20tests/qtest: Introduce qtest_has_machine_with_envFabiano Rosas
2023-10-20tests/qtest: Allow qtest_get_machines to use an alternate QEMU binaryFabiano Rosas
2023-10-20tests/qtest: Introduce qtest_init_with_envFabiano Rosas
2023-10-20tests/qtest: Allow qtest_qemu_binary to use a custom environment variableFabiano Rosas
2023-10-11tests/qtest: migration: Add support for negative testing of qmp_migrateFabiano Rosas
2023-10-08audio, qtest: get rid of QEMU_AUDIO_DRVPaolo Bonzini
2023-09-20qtest: kill orphaned qtest QEMU processes on FreeBSDDaniel P. Berrangé
2023-09-08tests/: spelling fixesMichael Tokarev
2023-08-22qtest: implement named interception of out-GPIOChris Laplante
2023-07-10tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtestThomas Huth
2023-06-27qtest: add qtest_pid()Marc-André Lureau
2023-06-15test/qtest: add xepvh to skip list for qtestVikram Garhwal
2023-06-02tests/qtest: add support for callback to receive QMP eventsDaniel P. Berrangé
2023-06-02tests/qtest: add various qtest_qmp_assert_success() variantsDaniel P. Berrangé
2023-03-13libqtest: make qtest_qmp_add_client work on win32Marc-André Lureau
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau
2023-02-11libqtest: ensure waitpid() is only called oncePaolo Bonzini
2023-02-11libqtest: split qtest_spawn_qemu functionPaolo Bonzini
2023-01-28tests: qtest: print device_add error before failing testIgor Mammedov
2023-01-16tests/qtest: Poll on waitpid() for a while before sending SIGKILLStefan Berger
2023-01-09error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov
2023-01-09Refactoring: refactor TFR() macro to RETRY_ON_EINTR()Nikita Ivanov
2022-10-28tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for...Bin Meng
2022-10-28tests/qtest: libqtest: Introduce qtest_wait_qemu()Bin Meng
2022-10-28tests/qtest: Support libqtest to build and run on WindowsBin Meng
2022-10-28tests/qtest: Use send/recv for socket communicationXuzhou Cheng
2022-10-12tests/qtest: libqtest: Install signal handler via signal()Bin Meng
2022-10-11tests/x86: add helper qtest_qmp_device_del_send()Michael Labiuk
2022-09-27tests/qtest: libqtest: Replace the call to close a socket with closesocket()Bin Meng
2022-09-27tests/qtest: libqtest: Exclude the *_fds APIs for win32Bin Meng
2022-09-27tests/qtest: libqtest: Avoid using hardcoded /tmpBin Meng
2022-08-25tests/qtest: Use g_mkdtemp()Bin Meng
2022-08-25tests/qtest: Use g_setenv()Bin Meng
2022-05-25hw: m25p80: allow write_enable latch get/setIris Chen
2022-05-18tests/qtest: use prctl(PR_SET_PDEATHSIG) as fallback to kill QEMUDaniel P. Berrangé
2022-05-18tests/qtest: fix registration of ABRT handler for QEMU cleanupDaniel P. Berrangé
2022-05-03libqtest: split QMP part in libqmpMarc-André Lureau
2022-05-03tests: move libqtest.h back under qtest/Marc-André Lureau
2022-04-21tests: print newline after QMP response in qtest logsDaniel P. Berrangé
2022-04-21tests: support QTEST_TRACE env variableDaniel P. Berrangé
2022-04-21qtest: simplify socket_send()Marc-André Lureau
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau