Age | Commit message (Expand) | Author |
2018-02-14 | libqtest: Use qemu_strtoul() | Eric Blake |
2018-02-09 | Include qapi/qmp/qstring.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qlist.h exactly where needed | Markus Armbruster |
2017-10-20 | libqtest: Add qtest_[v]startf() | Eric Blake |
2017-10-16 | tests: use g_new() family of functions | Marc-André Lureau |
2017-09-15 | libqtest: Remove dead qtest_instances variable | Eric Blake |
2017-09-15 | tests/libqtest: Use a proper error message if QTEST_QEMU_BINARY is missing | Thomas Huth |
2017-09-15 | tests: Introduce generic device hot-plug/hot-unplug functions | Thomas Huth |
2017-08-09 | libqtest: always set up signal handler for SIGABRT | Jens Freimann |
2017-06-04 | tests/libqtest: Print error instead of aborting when env variable is missing | Thomas Huth |
2017-05-09 | test-qga: Actually test 0xff sync bytes | Eric Blake |
2017-04-26 | libqtest: Add a generic function to run a callback function for every machine | Thomas Huth |
2017-04-26 | libqtest: Ignore QMP events when parsing the response for HMP commands | Thomas Huth |
2017-04-03 | tests/libqtest.c: Delete possible stale unix sockets | Peter Maydell |
2017-03-07 | libqtest: Fix qmp() & friends to abort on JSON parse errors | Markus Armbruster |
2017-03-07 | qobject: Propagate parse errors through qobject_from_jsonv() | Markus Armbruster |
2017-03-05 | qmp-test: New, covering basic QMP protocol | Markus Armbruster |
2017-03-05 | libqtest: Work around a "QMP wants a newline" bug | Markus Armbruster |
2017-03-01 | glib-compat: add g_test_add_data_func_full fallback | Marc-André Lureau |
2017-02-22 | libqtest: Clean up qmp_response() a bit | Markus Armbruster |
2017-01-12 | libqtest: handle zero length memwrite/memread | Greg Kurz |
2016-11-14 | libqtest: add qmp_eventwait_ref | John Snow |
2016-10-14 | qtest: ask endianness of the target in qtest_init() | Laurent Vivier |
2016-09-23 | tests: add RTAS command in the protocol | Laurent Vivier |
2016-09-08 | tests: add qtest_add_data_func_full | Marc-André Lureau |
2016-06-16 | tests: fix libqtest socket timeouts | Andrea Arcangeli |
2016-06-07 | tests: Remove unnecessary glib.h includes | Peter Maydell |
2016-02-16 | tests: Clean up includes | Peter Maydell |
2015-12-04 | tests: Use proper functions types instead of void (*fn) | Markus Armbruster |
2015-11-26 | qjson: store tokens in a GQueue | Paolo Bonzini |
2015-10-24 | qtest: add qtest_add_abrt_handler() | Marc-André Lureau |
2015-10-19 | qtest: add a few fd-level qmp helpers | Marc-André Lureau |
2015-10-09 | libqtest: New hmp() & friends | Markus Armbruster |
2015-10-09 | libqtest: Clean up unused QTestState member sigact_old | Markus Armbruster |
2015-05-22 | qtest: pre-buffer hex nibs | John Snow |
2015-05-22 | qtest: add memset to qtest protocol | John Snow |
2015-05-22 | qtest: Add base64 encoded read/write | John Snow |
2015-04-28 | qtest: Add assertion that required environment variable is set | Ed Maste |
2015-04-28 | libqtest: add qmp_async | John Snow |
2015-04-28 | libqtest: add qmp_eventwait | John Snow |
2015-03-30 | qtest: Add qtest_add_data_func() wrapper function | Andreas Färber |
2014-09-08 | tests: Add virtio device initialization | Marc Marí |
2014-08-28 | libqtest: launch QEMU with QEMU_AUDIO_DRV=none | Stefan Hajnoczi |
2014-08-15 | libqtest: add QTEST_LOG for debugging qtest testcases | Marc Marí |
2014-08-15 | libqtest: Correct small memory leak. | John Snow |
2014-08-15 | qtest: Adding qtest_memset and qmemset. | John Snow |
2014-08-15 | libqtest: add QTEST_LOG for debugging qtest testcases | Paolo Bonzini |
2014-07-01 | libqtest: escape strings in QMP commands, fix leak | Paolo Bonzini |
2014-05-05 | qtest: Be paranoid about accept() addrlen argument | Andreas Färber |