index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
qtest
/
libqtest.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-22
qtest: implement named interception of out-GPIO
Chris Laplante
1
-0
/
+6
2023-07-10
tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtest
Thomas Huth
1
-0
/
+52
2023-06-27
qtest: add qtest_pid()
Marc-André Lureau
1
-0
/
+5
2023-06-15
test/qtest: add xepvh to skip list for qtest
Vikram Garhwal
1
-1
/
+2
2023-06-02
tests/qtest: add support for callback to receive QMP events
Daniel P. Berrangé
1
-2
/
+16
2023-06-02
tests/qtest: add various qtest_qmp_assert_success() variants
Daniel P. Berrangé
1
-7
/
+90
2023-03-13
libqtest: make qtest_qmp_add_client work on win32
Marc-André Lureau
1
-2
/
+16
2023-03-13
win32: replace closesocket() with close() wrapper
Marc-André Lureau
1
-4
/
+4
2023-02-11
libqtest: ensure waitpid() is only called once
Paolo Bonzini
1
-22
/
+33
2023-02-11
libqtest: split qtest_spawn_qemu function
Paolo Bonzini
1
-49
/
+56
2023-01-28
tests: qtest: print device_add error before failing test
Igor Mammedov
1
-0
/
+4
2023-01-16
tests/qtest: Poll on waitpid() for a while before sending SIGKILL
Stefan Berger
1
-1
/
+19
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
1
-3
/
+1
2023-01-09
Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
Nikita Ivanov
1
-1
/
+1
2022-10-28
tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for...
Bin Meng
1
-1
/
+10
2022-10-28
tests/qtest: libqtest: Introduce qtest_wait_qemu()
Bin Meng
1
-25
/
+38
2022-10-28
tests/qtest: Support libqtest to build and run on Windows
Bin Meng
1
-2
/
+94
2022-10-28
tests/qtest: Use send/recv for socket communication
Xuzhou Cheng
1
-2
/
+3
2022-10-12
tests/qtest: libqtest: Install signal handler via signal()
Bin Meng
1
-11
/
+3
2022-10-11
tests/x86: add helper qtest_qmp_device_del_send()
Michael Labiuk
1
-6
/
+10
2022-09-27
tests/qtest: libqtest: Replace the call to close a socket with closesocket()
Bin Meng
1
-4
/
+4
2022-09-27
tests/qtest: libqtest: Exclude the *_fds APIs for win32
Bin Meng
1
-1
/
+9
2022-09-27
tests/qtest: libqtest: Avoid using hardcoded /tmp
Bin Meng
1
-4
/
+8
2022-08-25
tests/qtest: Use g_mkdtemp()
Bin Meng
1
-1
/
+1
2022-08-25
tests/qtest: Use g_setenv()
Bin Meng
1
-1
/
+1
2022-05-25
hw: m25p80: allow write_enable latch get/set
Iris Chen
1
-0
/
+24
2022-05-18
tests/qtest: use prctl(PR_SET_PDEATHSIG) as fallback to kill QEMU
Daniel P. Berrangé
1
-0
/
+17
2022-05-18
tests/qtest: fix registration of ABRT handler for QEMU cleanup
Daniel P. Berrangé
1
-2
/
+2
2022-05-03
libqtest: split QMP part in libqmp
Marc-André Lureau
1
-204
/
+1
2022-05-03
tests: move libqtest.h back under qtest/
Marc-André Lureau
1
-1
/
+1
2022-04-21
tests: print newline after QMP response in qtest logs
Daniel P. Berrangé
1
-1
/
+4
2022-04-21
tests: support QTEST_TRACE env variable
Daniel P. Berrangé
1
-2
/
+6
2022-04-21
qtest: simplify socket_send()
Marc-André Lureau
1
-14
/
+2
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-1
/
+1
2022-03-22
Drop qemu_foo() socket API wrapper
Marc-André Lureau
1
-2
/
+2
2021-12-22
tests/qtest: Add a function that checks whether a device is available
Thomas Huth
1
-0
/
+44
2021-12-21
tests/qtests: add qtest_qmp_add_client()
Marc-André Lureau
1
-0
/
+19
2021-12-15
tests/qtest: Add a function to check whether a machine is available
Thomas Huth
1
-0
/
+17
2021-12-15
tests/qtest: Add a function that gets a list with available machine types
Thomas Huth
1
-11
/
+53
2021-10-20
tests: qtest: add qtest_has_accel() to check if tested binary supports accele...
Igor Mammedov
1
-0
/
+27
2021-09-06
libqtest: check for g_setenv() failure
Peter Maydell
1
-1
/
+3
2021-05-14
libqtest: refuse QTEST_QEMU_BINARY=qemu-kvm
Stefan Hajnoczi
1
-1
/
+8
2021-03-08
libqtest: add qtest_remove_abrt_handler()
Stefan Hajnoczi
1
-6
/
+29
2021-03-08
libqtest: add qtest_kill_qemu()
Stefan Hajnoczi
1
-3
/
+4
2021-03-08
libqtest: add qtest_socket_server()
Stefan Hajnoczi
1
-17
/
+23
2021-01-27
libqtest: Rework qtest_rsp()
Markus Armbruster
1
-24
/
+26
2021-01-11
qtest/libqtest: fix heap-buffer-overflow in qtest_cb_for_every_machine()
Gan Qixin
1
-1
/
+1
2020-12-19
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
1
-11
/
+9
2020-12-19
qobject: Make qobject_to_json_pretty() take a pretty argument
Markus Armbruster
1
-1
/
+1
[next]