1. 7c933ad tests/libqtest: Print error instead of aborting when env variable is missing by Thomas Huth · 8 years ago
  2. 5229564 test-qga: Actually test 0xff sync bytes by Eric Blake · 8 years ago
  3. 02ef6e8 libqtest: Add a generic function to run a callback function for every machine by Thomas Huth · 8 years ago
  4. 6bb87be libqtest: Ignore QMP events when parsing the response for HMP commands by Thomas Huth · 8 years ago
  5. d9123d0 tests/libqtest.c: Delete possible stale unix sockets by Peter Maydell · 8 years ago
  6. 53f9915 libqtest: Fix qmp() & friends to abort on JSON parse errors by Markus Armbruster · 8 years ago
  7. 99dbfd1 qobject: Propagate parse errors through qobject_from_jsonv() by Markus Armbruster · 8 years ago
  8. f66e7ac qmp-test: New, covering basic QMP protocol by Markus Armbruster · 8 years ago
  9. 13420ef libqtest: Work around a "QMP wants a newline" bug by Markus Armbruster · 8 years ago
  10. 461a862 glib-compat: add g_test_add_data_func_full fallback by Marc-André Lureau · 8 years ago
  11. 4d96f32 libqtest: Clean up qmp_response() a bit by Markus Armbruster · 8 years ago
  12. 204febd libqtest: handle zero length memwrite/memread by Greg Kurz · 8 years ago
  13. 7ffe312 libqtest: add qmp_eventwait_ref by John Snow · 8 years ago
  14. 54ce6f2 qtest: ask endianness of the target in qtest_init() by Laurent Vivier · 8 years ago
  15. eeddd59 tests: add RTAS command in the protocol by Laurent Vivier · 9 years ago
  16. 822e36c tests: add qtest_add_data_func_full by Marc-André Lureau · 9 years ago
  17. f5d4579 tests: fix libqtest socket timeouts by Andrea Arcangeli · 9 years ago
  18. 79ffb27 tests: Remove unnecessary glib.h includes by Peter Maydell · 9 years ago
  19. 681c28a tests: Clean up includes by Peter Maydell · 9 years ago
  20. 041088c tests: Use proper functions types instead of void (*fn) by Markus Armbruster · 9 years ago
  21. 95385fe qjson: store tokens in a GQueue by Paolo Bonzini · 9 years ago
  22. 063c23d qtest: add qtest_add_abrt_handler() by Marc-André Lureau · 10 years ago
  23. dc47995 qtest: add a few fd-level qmp helpers by Marc-André Lureau · 9 years ago
  24. 5fb48d9 libqtest: New hmp() & friends by Markus Armbruster · 9 years ago
  25. 82b15c7 libqtest: Clean up unused QTestState member sigact_old by Markus Armbruster · 9 years ago
  26. 5560b85 qtest: pre-buffer hex nibs by John Snow · 10 years ago
  27. 4d00796 qtest: add memset to qtest protocol by John Snow · 10 years ago
  28. 7a6a740 qtest: Add base64 encoded read/write by John Snow · 10 years ago
  29. c836867 qtest: Add assertion that required environment variable is set by Ed Maste · 10 years ago
  30. ba4ed39 libqtest: add qmp_async by John Snow · 10 years ago
  31. 8fe941f libqtest: add qmp_eventwait by John Snow · 10 years ago
  32. 7949c0e qtest: Add qtest_add_data_func() wrapper function by Andreas Färber · 10 years ago
  33. 46e0cf7 tests: Add virtio device initialization by Marc Marí · 11 years ago
  34. 6b02921 libqtest: launch QEMU with QEMU_AUDIO_DRV=none by Stefan Hajnoczi · 11 years ago
  35. ae74f18 libqtest: add QTEST_LOG for debugging qtest testcases by Marc Marí · 11 years ago
  36. a7afc6b libqtest: Correct small memory leak. by John Snow · 11 years ago
  37. 8629884 qtest: Adding qtest_memset and qmemset. by John Snow · 11 years ago
  38. 7c282cb libqtest: add QTEST_LOG for debugging qtest testcases by Paolo Bonzini · 11 years ago
  39. 563890c libqtest: escape strings in QMP commands, fix leak by Paolo Bonzini · 11 years ago
  40. 535b456 qtest: Be paranoid about accept() addrlen argument by Andreas Färber · 11 years ago
  41. a7d915f qtest: Add error reporting to socket_accept() by Andreas Färber · 11 years ago
  42. a7ded16 qtest: Assure that init_socket()'s listen() does not fail by Andreas Färber · 11 years ago
  43. 66e0c7b qtest: Factor out qtest_qmp_receive() by Andreas Färber · 11 years ago
  44. d766825 qtest: Keep list of qtest instances for SIGABRT handler by Stefan Hajnoczi · 11 years ago
  45. 96b8ca4 Revert "qtest: Fix crash if SIGABRT during qtest_init()" by Stefan Hajnoczi · 11 years ago
  46. cb201b4 qtest: Fix crash if SIGABRT during qtest_init() by Stefan Hajnoczi · 11 years ago
  47. c8d146a Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 11 years ago
  48. 0100f42 libqtest: Avoid inline varargs functions by Peter Maydell · 11 years ago
  49. f876202 libqtest: Fix possible deadlock in qtest initialization by Marcel Apfelbaum · 11 years ago
  50. b15d422 qtest: kill QEMU process on g_assert() failure by Stefan Hajnoczi · 11 years ago
  51. cef60c9 qtest: make QEMU our direct child process by Stefan Hajnoczi · 11 years ago
  52. 98f9e35 qtest: drop unused child_pid field by Stefan Hajnoczi · 11 years ago
  53. 56db2e5 qtest: unlink UNIX domain sockets after connecting by Stefan Hajnoczi · 11 years ago
  54. 1ad3c6a qtest: unlink QEMU pid file after startup by Stefan Hajnoczi · 11 years ago
  55. 2ad645d qtest: Use -display none by default by Andreas Färber · 11 years ago
  56. 0c460da libqtest: add qmp(fmt, ...) -> QDict* function by Stefan Hajnoczi · 11 years ago
  57. 0d1aa05 libqtest: rename qmp() to qmp_discard_response() by Stefan Hajnoczi · 11 years ago
  58. fdd26fc libqtest: Plug fd and memory leaks in qtest_quit() by Markus Armbruster · 12 years ago
  59. beb54a8 libqtest: only call fclose() on open files by Jesse Larrew · 12 years ago
  60. 8a8fd63 qtest: don't use system command to avoid double fork by Anthony Liguori · 12 years ago
  61. 872536b qtest: Add MMIO support by Andreas Färber · 12 years ago
  62. b73cf9e libqtest: Introduce qtest_qmpv() and convert remaining macro by Andreas Färber · 12 years ago
  63. 6bf0076 libqtest: Wait for the right child PID after killing QEMU by Eduardo Habkost · 12 years ago
  64. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  65. e0fea6b qtest: implement QTEST_STOP by Paolo Bonzini · 12 years ago
  66. bb494a5 qtest: Tidy up temporary files properly by Markus Armbruster · 13 years ago
  67. 039380a qtest: fix infinite loop when QEMU aborts abruptly by Anthony Liguori · 13 years ago
  68. b34d2595 libqtest: Fix socket_accept() to pass address_len by Andreas Färber · 13 years ago
  69. a3ca163 qtest: Add function to send QMP commands by Kevin Wolf · 13 years ago
  70. ea7697f qtest: Fix more format errors with qtest_sendf by Stefan Weil · 13 years ago
  71. ce6bf17 qtest: fix memread and memwrite on 32 bit hosts by Blue Swirl · 13 years ago
  72. 49ee359 qtest: add C version of test infrastructure by Anthony Liguori · 13 years ago