Sign in
qemu
/
qemu
/
2634733c6bfcb803a6b8f107a8ed1f3c598b0a47
/
tests
/
qtest
/
libqtest.h
ca5d464
libqtest: make bufwrite rely on the TransportOps
by Alexander Bulekov
· 5 years ago
1e8a1fa
test: Move qtests to a separate directory
by Thomas Huth
· 5 years ago
[Renamed from tests/libqtest.h]
b4510bb
tests: add qtest_qmp_device_add_qdict() helper
by Igor Mammedov
· 5 years ago
d43e59e
tests/libqtest: Allow setting expected exit status
by Yury Kotov
· 5 years ago
dd21074
tests/libqtest: Use libqtest-single.h in tests that require global_qtest
by Thomas Huth
· 5 years ago
0ba6797
tests/libqtest: Move global_test wrapper function into a separate header
by Thomas Huth
· 5 years ago
eb062cf
tests: add module loading test
by Marc-André Lureau
· 5 years ago
6fc9f3d
tests/libqtest: Make qmp_assert_success() independent from global_qtest
by Thomas Huth
· 5 years ago
e5758de
tests/libqtest: Make qtest_qmp_device_add/del independent from global_qtest
by Thomas Huth
· 5 years ago
f945b84
tests/libqtest: Remove unused function hmp()
by Thomas Huth
· 5 years ago
24d5588
migration-test: Add a test for fd protocol
by Yury Kotov
· 6 years ago
edbe36a
virtio-scsi-test: Test attaching new overlay with iothreads
by Kevin Wolf
· 6 years ago
00825d9
tests/libqtest: Fix description of qtest_vinitf() and qtest_initf()
by Thomas Huth
· 6 years ago
1f0396d
tests/libqtest: Remove unused global_qtest-related wrapper functions
by Thomas Huth
· 6 years ago
5cb8f0d
qos-test: virtio-blk test node
by Paolo Bonzini
· 6 years ago
fc281c8
tests: qgraph API for the qtest driver framework
by Emanuele Giuseppe Esposito
· 7 years ago
6c90a82
tests/libqtest: Introduce qtest_init_with_serial()
by Julia Suvorova
· 6 years ago
9813dc6
qtest: Add set_irq_in command to set IRQ/GPIO level
by Steffen Görtz
· 6 years ago
21f8028
tests: Exit boot-serial-test loop if child dies
by Richard Henderson
· 6 years ago
192f26a
Revert "tests: Add parameter to qtest_init_without_qmp_handshake"
by Peter Xu
· 6 years ago
ebb4d82
tests: add qmp_assert_error_class()
by Marc-André Lureau
· 6 years ago
e2f64a6
test-qga: Clean up how we test QGA synchronization
by Markus Armbruster
· 6 years ago
aed877c
qmp-test: Cover syntax and lexical errors
by Markus Armbruster
· 6 years ago
1f4a0d8
tests: Skip old versioned machine types in quick testing mode
by Thomas Huth
· 6 years ago
248eef0
libqtest: Rename qtest_FOOv() to qtest_vFOO() for consistency
by Markus Armbruster
· 6 years ago
88b988c
libqtest: Replace qtest_startf() by qtest_initf()
by Markus Armbruster
· 6 years ago
e3dc93b
libqtest: Enable compile-time format string checking
by Markus Armbruster
· 6 years ago
3cd46d4
tests: New helper qtest_qmp_receive_success()
by Markus Armbruster
· 6 years ago
82cab70
tests: Clean up string interpolation around qtest_qmp_device_add()
by Markus Armbruster
· 6 years ago
6ce80fd
qobject: Replace qobject_from_jsonf() by qobject_from_jsonf_nofail()
by Markus Armbruster
· 6 years ago
bb340eb
libqtest: Document calling conventions
by Eric Blake
· 6 years ago
055a1ef
libqtest: Remove qtest_qmp_discard_response() & friends
by Markus Armbruster
· 6 years ago
4277f1e
libqtest: Rename functions to send QMP messages
by Markus Armbruster
· 6 years ago
c35665e
tests: functional tests for QMP command set-numa-node
by Igor Mammedov
· 7 years ago
ddee57e
tests: Add parameter to qtest_init_without_qmp_handshake
by Eric Blake
· 7 years ago
452fcdb
Include qapi/qmp/qdict.h exactly where needed
by Markus Armbruster
· 7 years ago
78b27ba
libqtest: Add qtest_[v]startf()
by Eric Blake
· 7 years ago
7b899f4
qtest: Avoid passing raw strings through hmp()
by Eric Blake
· 7 years ago
acd8001
tests: Introduce generic device hot-plug/hot-unplug functions
by Thomas Huth
· 7 years ago
e8ec011
libqtest: Fix typo in comments
by Eric Blake
· 7 years ago
02ef6e8
libqtest: Add a generic function to run a callback function for every machine
by Thomas Huth
· 8 years ago
6bb87be
libqtest: Ignore QMP events when parsing the response for HMP commands
by Thomas Huth
· 8 years ago
f66e7ac
qmp-test: New, covering basic QMP protocol
by Markus Armbruster
· 8 years ago
7ffe312
libqtest: add qmp_eventwait_ref
by John Snow
· 8 years ago
8b4b80c
tests: rename target_big_endian() as qvirtio_is_big_endian()
by Laurent Vivier
· 8 years ago
54ce6f2
qtest: ask endianness of the target in qtest_init()
by Laurent Vivier
· 8 years ago
eeddd59
tests: add RTAS command in the protocol
by Laurent Vivier
· 8 years ago
822e36c
tests: add qtest_add_data_func_full
by Marc-André Lureau
· 8 years ago
30456d5
all: Clean up includes
by Peter Maydell
· 9 years ago
041088c
tests: Use proper functions types instead of void (*fn)
by Markus Armbruster
· 9 years ago
063c23d
qtest: add qtest_add_abrt_handler()
by Marc-André Lureau
· 10 years ago
dc47995
qtest: add a few fd-level qmp helpers
by Marc-André Lureau
· 9 years ago
5fb48d9
libqtest: New hmp() & friends
by Markus Armbruster
· 9 years ago
7a6a740
qtest: Add base64 encoded read/write
by John Snow
· 10 years ago
ba4ed39
libqtest: add qmp_async
by John Snow
· 10 years ago
8fe941f
libqtest: add qmp_eventwait
by John Snow
· 10 years ago
45b0f83
qtest: Add qtest_add() wrapper macro
by Andreas Färber
· 10 years ago
7949c0e
qtest: Add qtest_add_data_func() wrapper function
by Andreas Färber
· 10 years ago
89b516d
glib: add compatibility interface for g_get_monotonic_time()
by Stefan Hajnoczi
· 10 years ago
46e0cf7
tests: Add virtio device initialization
by Marc Marí
· 10 years ago
8629884
qtest: Adding qtest_memset and qmemset.
by John Snow
· 10 years ago
66e0c7b
qtest: Factor out qtest_qmp_receive()
by Andreas Färber
· 11 years ago
96b8ca4
Revert "qtest: Fix crash if SIGABRT during qtest_init()"
by Stefan Hajnoczi
· 11 years ago
cb201b4
qtest: Fix crash if SIGABRT during qtest_init()
by Stefan Hajnoczi
· 11 years ago
0100f42
libqtest: Avoid inline varargs functions
by Peter Maydell
· 11 years ago
0c460da
libqtest: add qmp(fmt, ...) -> QDict* function
by Stefan Hajnoczi
· 11 years ago
0d1aa05
libqtest: rename qmp() to qmp_discard_response()
by Stefan Hajnoczi
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
1d9358e
libqtest: New qtest_end() to go with qtest_start()
by Markus Armbruster
· 12 years ago
872536b
qtest: Add MMIO support
by Andreas Färber
· 12 years ago
b73cf9e
libqtest: Introduce qtest_qmpv() and convert remaining macro
by Andreas Färber
· 12 years ago
6acf801
libqtest: Convert macros to functions and clean up documentation
by Andreas Färber
· 12 years ago
84eac31
libqtest: Fix documentation copy&paste errors
by Andreas Färber
· 12 years ago
a3ca163
qtest: Add function to send QMP commands
by Kevin Wolf
· 13 years ago
49ee359
qtest: add C version of test infrastructure
by Anthony Liguori
· 13 years ago