qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/3] docs: Include QTest protocol and libqtest API on documentati


From: Eduardo Habkost
Subject: [PATCH 0/3] docs: Include QTest protocol and libqtest API on documentation
Date: Mon, 5 Oct 2020 16:52:25 -0400

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

-- 
2.26.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]