summary refs log tree commit diff stats
path: root/tests/qtest/libqtest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qtest: introduce qtest_init_extVladimir Sementsov-Ogievskiy2025-05-091-13/+5
* cleanup: Drop pointless return at end of functionMarkus Armbruster2025-04-241-1/+0
* tests/qtest: Skip Aarch64 VMapple machinePhilippe Mathieu-Daudé2025-04-031-0/+1
* qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé2025-02-101-5/+5
* tests/qtest: Make qtest_has_accel() genericPhilippe Mathieu-Daudé2025-02-031-11/+10
* tests/qtest: Extract qtest_qom_has_concrete_type() helperPhilippe Mathieu-Daudé2025-02-031-38/+51
* tests/qtest: assert qmp connectedSteve Sistare2025-01-291-0/+4
* tests/qtest: defer connectionSteve Sistare2025-01-291-35/+64
* tests/qtest: Introduce qtest_init_with_env_and_capabilities()Juraj Marcin2025-01-171-2/+16
* target/riscv: Add RISC-V CSR qtest supportIvan Klokov2025-01-171-0/+27
* tests/qtest: Add qtest_system_reset() utility functionPeter Maydell2024-12-121-0/+16
* docs/nitro-enclave: Documentation for nitro-enclave machine typeDorjoy Chowdhury2024-10-311-1/+2
* tests/qtest/migration: Remove vmstate-static-checker testFabiano Rosas2024-09-031-11/+6
* tests/qtest: Free old machine variable nameAkihiko Odaki2024-07-021-0/+1
* tests/qtest: Free unused QMP responseAkihiko Odaki2024-07-021-0/+2
* monitor: Stop removing non-duplicated fdsFabiano Rosas2024-06-211-5/+10
* tests/qtest/libqtest: add qtest_has_cpu_model() apiAni Sinha2024-06-121-0/+83
* 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