On 05/10/2020 22.52, Eduardo Habkost wrote:
This moves the QTest section of testing.rst to a separate
document, and include the QTest Protocol specification and
libqtest API reference in the document.
Eduardo Habkost (3):
docs: Move QTest documentation to its own document
docs/devel/qtest: Include protocol spec in document
docs/devel/qtest: Include libqtest API reference
docs/devel/index.rst | 1 +
docs/devel/qtest.rst | 72 ++++++++++++++++++++++++++++++++++
docs/devel/testing.rst | 47 +---------------------
tests/qtest/libqos/libqtest.h | 20 +++++-----
softmmu/qtest.c | 73 +++++++++++++++++++++++++++++++----
5 files changed, 150 insertions(+), 63 deletions(-)
create mode 100644 docs/devel/qtest.rst
FWIW:
Acked-by: Thomas Huth <th...@redhat.com>