Age | Commit message (Expand) | Author |
2019-02-12 | chardev: forbid 'wait' option with client sockets | Daniel P. Berrangé |
2019-01-29 | tests/libqtest: Introduce qtest_init_with_serial() | Julia Suvorova |
2019-01-07 | qtest: Add set_irq_in command to set IRQ/GPIO level | Steffen Görtz |
2018-12-17 | tests: Exit boot-serial-test loop if child dies | Richard Henderson |
2018-12-12 | Revert "tests: Add parameter to qtest_init_without_qmp_handshake" | Peter Xu |
2018-12-12 | monitor: Remove "x-oob", offer capability "oob" unconditionally | Peter Xu |
2018-11-20 | qtest: log QEMU command line | Paolo Bonzini |
2018-10-10 | libqtest: Inline g_assert_no_errno() | Markus Armbruster |
2018-08-31 | tests: add qmp_assert_error_class() | Marc-André Lureau |
2018-08-24 | json: Clean up headers | Markus Armbruster |
2018-08-24 | json: Pass lexical errors and limit violations to callback | Markus Armbruster |
2018-08-24 | json: Redesign the callback to consume JSON values | Markus Armbruster |
2018-08-24 | test-qga: Clean up how we test QGA synchronization | Markus Armbruster |
2018-08-24 | qmp-test: Cover syntax and lexical errors | Markus Armbruster |
2018-08-23 | tests: Skip old versioned machine types in quick testing mode | Thomas Huth |
2018-08-16 | libqtest: Improve error reporting for bad read from QEMU | Markus Armbruster |
2018-08-16 | tests/libqtest: Improve kill_qemu() | Eric Blake |
2018-08-16 | libqtest: Rename qtest_FOOv() to qtest_vFOO() for consistency | Markus Armbruster |
2018-08-16 | libqtest: Replace qtest_startf() by qtest_initf() | Markus Armbruster |
2018-08-16 | tests: New helper qtest_qmp_receive_success() | Markus Armbruster |
2018-08-16 | tests: Clean up string interpolation around qtest_qmp_device_add() | Markus Armbruster |
2018-08-16 | tests: Clean up string interpolation into QMP input (simple cases) | Markus Armbruster |
2018-08-16 | libqtest: Simplify qmp_fd_vsend() a bit | Markus Armbruster |
2018-08-16 | libqtest: Remove qtest_qmp_discard_response() & friends | Markus Armbruster |
2018-08-16 | libqtest: Clean up how we read the QMP greeting | Markus Armbruster |
2018-08-16 | libqtest: Clean up how we read device_del messages | Markus Armbruster |
2018-08-16 | libqtest: Rename functions to send QMP messages | Markus Armbruster |
2018-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-05-30 | tests: functional tests for QMP command set-numa-node | Igor Mammedov |
2018-05-25 | libqtest: fail if child coredumps | Michael S. Tsirkin |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau |
2018-03-27 | tests: Add parameter to qtest_init_without_qmp_handshake | Eric Blake |
2018-03-19 | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz |
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 |