index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
qtest
/
libqtest.c
Age
Commit message (
Expand
)
Author
2024-07-02
tests/qtest: Free old machine variable name
Akihiko Odaki
2024-07-02
tests/qtest: Free unused QMP response
Akihiko Odaki
2024-06-21
monitor: Stop removing non-duplicated fds
Fabiano Rosas
2024-06-12
tests/qtest/libqtest: add qtest_has_cpu_model() api
Ani Sinha
2024-03-25
tests/qtest/libqtest.c: Check for g_setenv() failure
Peter Maydell
2023-10-20
tests/qtest: Don't print messages from query instances
Fabiano Rosas
2023-10-20
tests/qtest: Introduce qtest_resolve_machine_alias
Fabiano Rosas
2023-10-20
tests/qtest: Introduce qtest_has_machine_with_env
Fabiano Rosas
2023-10-20
tests/qtest: Allow qtest_get_machines to use an alternate QEMU binary
Fabiano Rosas
2023-10-20
tests/qtest: Introduce qtest_init_with_env
Fabiano Rosas
2023-10-20
tests/qtest: Allow qtest_qemu_binary to use a custom environment variable
Fabiano Rosas
2023-10-11
tests/qtest: migration: Add support for negative testing of qmp_migrate
Fabiano Rosas
2023-10-08
audio, qtest: get rid of QEMU_AUDIO_DRV
Paolo Bonzini
2023-09-20
qtest: kill orphaned qtest QEMU processes on FreeBSD
Daniel P. Berrangé
2023-09-08
tests/: spelling fixes
Michael Tokarev
2023-08-22
qtest: implement named interception of out-GPIO
Chris Laplante
2023-07-10
tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtest
Thomas Huth
2023-06-27
qtest: add qtest_pid()
Marc-André Lureau
2023-06-15
test/qtest: add xepvh to skip list for qtest
Vikram Garhwal
2023-06-02
tests/qtest: add support for callback to receive QMP events
Daniel P. Berrangé
2023-06-02
tests/qtest: add various qtest_qmp_assert_success() variants
Daniel P. Berrangé
2023-03-13
libqtest: make qtest_qmp_add_client work on win32
Marc-André Lureau
2023-03-13
win32: replace closesocket() with close() wrapper
Marc-André Lureau
2023-02-11
libqtest: ensure waitpid() is only called once
Paolo Bonzini
2023-02-11
libqtest: split qtest_spawn_qemu function
Paolo Bonzini
2023-01-28
tests: qtest: print device_add error before failing test
Igor Mammedov
2023-01-16
tests/qtest: Poll on waitpid() for a while before sending SIGKILL
Stefan Berger
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
2023-01-09
Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
Nikita Ivanov
2022-10-28
tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for...
Bin Meng
2022-10-28
tests/qtest: libqtest: Introduce qtest_wait_qemu()
Bin Meng
2022-10-28
tests/qtest: Support libqtest to build and run on Windows
Bin Meng
2022-10-28
tests/qtest: Use send/recv for socket communication
Xuzhou Cheng
2022-10-12
tests/qtest: libqtest: Install signal handler via signal()
Bin Meng
2022-10-11
tests/x86: add helper qtest_qmp_device_del_send()
Michael Labiuk
2022-09-27
tests/qtest: libqtest: Replace the call to close a socket with closesocket()
Bin Meng
2022-09-27
tests/qtest: libqtest: Exclude the *_fds APIs for win32
Bin Meng
2022-09-27
tests/qtest: libqtest: Avoid using hardcoded /tmp
Bin Meng
2022-08-25
tests/qtest: Use g_mkdtemp()
Bin Meng
2022-08-25
tests/qtest: Use g_setenv()
Bin Meng
2022-05-25
hw: m25p80: allow write_enable latch get/set
Iris Chen
2022-05-18
tests/qtest: use prctl(PR_SET_PDEATHSIG) as fallback to kill QEMU
Daniel P. Berrangé
2022-05-18
tests/qtest: fix registration of ABRT handler for QEMU cleanup
Daniel P. Berrangé
2022-05-03
libqtest: split QMP part in libqmp
Marc-André Lureau
2022-05-03
tests: move libqtest.h back under qtest/
Marc-André Lureau
2022-04-21
tests: print newline after QMP response in qtest logs
Daniel P. Berrangé
2022-04-21
tests: support QTEST_TRACE env variable
Daniel P. Berrangé
2022-04-21
qtest: simplify socket_send()
Marc-André Lureau
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
[next]