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