summary refs log tree commit diff stats
path: root/tests/qtest/libqtest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/qtest/libqtest.c: Check for g_setenv() failurePeter Maydell2024-03-251-1/+5
* tests/qtest: Don't print messages from query instancesFabiano Rosas2023-10-201-1/+8
* tests/qtest: Introduce qtest_resolve_machine_aliasFabiano Rosas2023-10-201-0/+16
* tests/qtest: Introduce qtest_has_machine_with_envFabiano Rosas2023-10-201-2/+7
* tests/qtest: Allow qtest_get_machines to use an alternate QEMU binaryFabiano Rosas2023-10-201-4/+25
* tests/qtest: Introduce qtest_init_with_envFabiano Rosas2023-10-201-7/+19
* tests/qtest: Allow qtest_qemu_binary to use a custom environment variableFabiano Rosas2023-10-201-3/+10
* tests/qtest: migration: Add support for negative testing of qmp_migrateFabiano Rosas2023-10-111-0/+33
* audio, qtest: get rid of QEMU_AUDIO_DRVPaolo Bonzini2023-10-081-3/+1
* qtest: kill orphaned qtest QEMU processes on FreeBSDDaniel P. Berrangé2023-09-201-0/+7
* tests/: spelling fixesMichael Tokarev2023-09-081-2/+2
* qtest: implement named interception of out-GPIOChris Laplante2023-08-221-0/+6
* tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtestThomas Huth2023-07-101-0/+52
* qtest: add qtest_pid()Marc-André Lureau2023-06-271-0/+5
* test/qtest: add xepvh to skip list for qtestVikram Garhwal2023-06-151-1/+2
* tests/qtest: add support for callback to receive QMP eventsDaniel P. Berrangé2023-06-021-2/+16
* tests/qtest: add various qtest_qmp_assert_success() variantsDaniel P. Berrangé2023-06-021-7/+90
* libqtest: make qtest_qmp_add_client work on win32Marc-André Lureau2023-03-131-2/+16
* win32: replace closesocket() with close() wrapperMarc-André Lureau2023-03-131-4/+4
* libqtest: ensure waitpid() is only called oncePaolo Bonzini2023-02-111-22/+33
* libqtest: split qtest_spawn_qemu functionPaolo Bonzini2023-02-111-49/+56
* tests: qtest: print device_add error before failing testIgor Mammedov2023-01-281-0/+4
* tests/qtest: Poll on waitpid() for a while before sending SIGKILLStefan Berger2023-01-161-1/+19
* error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov2023-01-091-3/+1
* Refactoring: refactor TFR() macro to RETRY_ON_EINTR()Nikita Ivanov2023-01-091-1/+1
* tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for...Bin Meng2022-10-281-1/+10
* tests/qtest: libqtest: Introduce qtest_wait_qemu()Bin Meng2022-10-281-25/+38
* tests/qtest: Support libqtest to build and run on WindowsBin Meng2022-10-281-2/+94
* tests/qtest: Use send/recv for socket communicationXuzhou Cheng2022-10-281-2/+3
* tests/qtest: libqtest: Install signal handler via signal()Bin Meng2022-10-121-11/+3
* tests/x86: add helper qtest_qmp_device_del_send()Michael Labiuk2022-10-111-6/+10
* tests/qtest: libqtest: Replace the call to close a socket with closesocket()Bin Meng2022-09-271-4/+4
* tests/qtest: libqtest: Exclude the *_fds APIs for win32Bin Meng2022-09-271-1/+9
* tests/qtest: libqtest: Avoid using hardcoded /tmpBin Meng2022-09-271-4/+8
* tests/qtest: Use g_mkdtemp()Bin Meng2022-08-251-1/+1
* tests/qtest: Use g_setenv()Bin Meng2022-08-251-1/+1
* hw: m25p80: allow write_enable latch get/setIris Chen2022-05-251-0/+24
* tests/qtest: use prctl(PR_SET_PDEATHSIG) as fallback to kill QEMUDaniel P. Berrangé2022-05-181-0/+17
* tests/qtest: fix registration of ABRT handler for QEMU cleanupDaniel P. Berrangé2022-05-181-2/+2
* libqtest: split QMP part in libqmpMarc-André Lureau2022-05-031-204/+1
* tests: move libqtest.h back under qtest/Marc-André Lureau2022-05-031-1/+1
* tests: print newline after QMP response in qtest logsDaniel P. Berrangé2022-04-211-1/+4
* tests: support QTEST_TRACE env variableDaniel P. Berrangé2022-04-211-2/+6
* qtest: simplify socket_send()Marc-André Lureau2022-04-211-14/+2
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-1/+1
* Drop qemu_foo() socket API wrapperMarc-André Lureau2022-03-221-2/+2
* tests/qtest: Add a function that checks whether a device is availableThomas Huth2021-12-221-0/+44
* tests/qtests: add qtest_qmp_add_client()Marc-André Lureau2021-12-211-0/+19
* tests/qtest: Add a function to check whether a machine is availableThomas Huth2021-12-151-0/+17