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
*
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
*
tests/qtest: libqtest: Avoid using hardcoded /tmp
Bin Meng
2022-09-27
1
-4
/
+8
*
tests/qtest: Use g_mkdtemp()
Bin Meng
2022-08-25
1
-1
/
+1
*
tests/qtest: Use g_setenv()
Bin Meng
2022-08-25
1
-1
/
+1
*
hw: m25p80: allow write_enable latch get/set
Iris Chen
2022-05-25
1
-0
/
+24
*
tests/qtest: use prctl(PR_SET_PDEATHSIG) as fallback to kill QEMU
Daniel P. Berrangé
2022-05-18
1
-0
/
+17
*
tests/qtest: fix registration of ABRT handler for QEMU cleanup
Daniel P. Berrangé
2022-05-18
1
-2
/
+2
*
libqtest: split QMP part in libqmp
Marc-André Lureau
2022-05-03
1
-204
/
+1
*
tests: move libqtest.h back under qtest/
Marc-André Lureau
2022-05-03
1
-1
/
+1
*
tests: print newline after QMP response in qtest logs
Daniel P. Berrangé
2022-04-21
1
-1
/
+4
*
tests: support QTEST_TRACE env variable
Daniel P. Berrangé
2022-04-21
1
-2
/
+6
*
qtest: simplify socket_send()
Marc-André Lureau
2022-04-21
1
-14
/
+2
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
1
-1
/
+1
*
Drop qemu_foo() socket API wrapper
Marc-André Lureau
2022-03-22
1
-2
/
+2
*
tests/qtest: Add a function that checks whether a device is available
Thomas Huth
2021-12-22
1
-0
/
+44
*
tests/qtests: add qtest_qmp_add_client()
Marc-André Lureau
2021-12-21
1
-0
/
+19
*
tests/qtest: Add a function to check whether a machine is available
Thomas Huth
2021-12-15
1
-0
/
+17
[next]