index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
qtest
/
libqtest.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
qtest: introduce qtest_init_ext
Vladimir Sementsov-Ogievskiy
2025-05-09
1
-13
/
+5
*
cleanup: Drop pointless return at end of function
Markus Armbruster
2025-04-24
1
-1
/
+0
*
tests/qtest: Skip Aarch64 VMapple machine
Philippe Mathieu-Daudé
2025-04-03
1
-0
/
+1
*
qapi: Move include/qapi/qmp/ to include/qobject/
Daniel P. Berrangé
2025-02-10
1
-5
/
+5
*
tests/qtest: Make qtest_has_accel() generic
Philippe Mathieu-Daudé
2025-02-03
1
-11
/
+10
*
tests/qtest: Extract qtest_qom_has_concrete_type() helper
Philippe Mathieu-Daudé
2025-02-03
1
-38
/
+51
*
tests/qtest: assert qmp connected
Steve Sistare
2025-01-29
1
-0
/
+4
*
tests/qtest: defer connection
Steve Sistare
2025-01-29
1
-35
/
+64
*
tests/qtest: Introduce qtest_init_with_env_and_capabilities()
Juraj Marcin
2025-01-17
1
-2
/
+16
*
target/riscv: Add RISC-V CSR qtest support
Ivan Klokov
2025-01-17
1
-0
/
+27
*
tests/qtest: Add qtest_system_reset() utility function
Peter Maydell
2024-12-12
1
-0
/
+16
*
docs/nitro-enclave: Documentation for nitro-enclave machine type
Dorjoy Chowdhury
2024-10-31
1
-1
/
+2
*
tests/qtest/migration: Remove vmstate-static-checker test
Fabiano Rosas
2024-09-03
1
-11
/
+6
*
tests/qtest: Free old machine variable name
Akihiko Odaki
2024-07-02
1
-0
/
+1
*
tests/qtest: Free unused QMP response
Akihiko Odaki
2024-07-02
1
-0
/
+2
*
monitor: Stop removing non-duplicated fds
Fabiano Rosas
2024-06-21
1
-5
/
+10
*
tests/qtest/libqtest: add qtest_has_cpu_model() api
Ani Sinha
2024-06-12
1
-0
/
+83
*
tests/qtest/libqtest.c: Check for g_setenv() failure
Peter Maydell
2024-03-25
1
-1
/
+5
*
tests/qtest: Don't print messages from query instances
Fabiano Rosas
2023-10-20
1
-1
/
+8
*
tests/qtest: Introduce qtest_resolve_machine_alias
Fabiano Rosas
2023-10-20
1
-0
/
+16
*
tests/qtest: Introduce qtest_has_machine_with_env
Fabiano Rosas
2023-10-20
1
-2
/
+7
*
tests/qtest: Allow qtest_get_machines to use an alternate QEMU binary
Fabiano Rosas
2023-10-20
1
-4
/
+25
*
tests/qtest: Introduce qtest_init_with_env
Fabiano Rosas
2023-10-20
1
-7
/
+19
*
tests/qtest: Allow qtest_qemu_binary to use a custom environment variable
Fabiano Rosas
2023-10-20
1
-3
/
+10
*
tests/qtest: migration: Add support for negative testing of qmp_migrate
Fabiano Rosas
2023-10-11
1
-0
/
+33
*
audio, qtest: get rid of QEMU_AUDIO_DRV
Paolo Bonzini
2023-10-08
1
-3
/
+1
*
qtest: kill orphaned qtest QEMU processes on FreeBSD
Daniel P. Berrangé
2023-09-20
1
-0
/
+7
*
tests/: spelling fixes
Michael Tokarev
2023-09-08
1
-2
/
+2
*
qtest: implement named interception of out-GPIO
Chris Laplante
2023-08-22
1
-0
/
+6
*
tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtest
Thomas Huth
2023-07-10
1
-0
/
+52
*
qtest: add qtest_pid()
Marc-André Lureau
2023-06-27
1
-0
/
+5
*
test/qtest: add xepvh to skip list for qtest
Vikram Garhwal
2023-06-15
1
-1
/
+2
*
tests/qtest: add support for callback to receive QMP events
Daniel P. Berrangé
2023-06-02
1
-2
/
+16
*
tests/qtest: add various qtest_qmp_assert_success() variants
Daniel P. Berrangé
2023-06-02
1
-7
/
+90
*
libqtest: make qtest_qmp_add_client work on win32
Marc-André Lureau
2023-03-13
1
-2
/
+16
*
win32: replace closesocket() with close() wrapper
Marc-André Lureau
2023-03-13
1
-4
/
+4
*
libqtest: ensure waitpid() is only called once
Paolo Bonzini
2023-02-11
1
-22
/
+33
*
libqtest: split qtest_spawn_qemu function
Paolo Bonzini
2023-02-11
1
-49
/
+56
*
tests: qtest: print device_add error before failing test
Igor Mammedov
2023-01-28
1
-0
/
+4
*
tests/qtest: Poll on waitpid() for a while before sending SIGKILL
Stefan Berger
2023-01-16
1
-1
/
+19
*
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
2023-01-09
1
-3
/
+1
*
Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
Nikita Ivanov
2023-01-09
1
-1
/
+1
*
tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for...
Bin Meng
2022-10-28
1
-1
/
+10
*
tests/qtest: libqtest: Introduce qtest_wait_qemu()
Bin Meng
2022-10-28
1
-25
/
+38
*
tests/qtest: Support libqtest to build and run on Windows
Bin Meng
2022-10-28
1
-2
/
+94
*
tests/qtest: Use send/recv for socket communication
Xuzhou Cheng
2022-10-28
1
-2
/
+3
*
tests/qtest: libqtest: Install signal handler via signal()
Bin Meng
2022-10-12
1
-11
/
+3
*
tests/x86: add helper qtest_qmp_device_del_send()
Michael Labiuk
2022-10-11
1
-6
/
+10
*
tests/qtest: libqtest: Replace the call to close a socket with closesocket()
Bin Meng
2022-09-27
1
-4
/
+4
*
tests/qtest: libqtest: Exclude the *_fds APIs for win32
Bin Meng
2022-09-27
1
-1
/
+9
[next]