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

2020-10-06 Thread Thomas Huth
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:

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

2020-10-06 Thread Paolo Bonzini
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/deve

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

2020-10-05 Thread Eduardo Habkost
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/