On 05/10/20 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 >
The series is moving obsolete (non-mesonified) information. I should fix the docs at the same time, so I've queued it and will send the fix on top. Paolo