mbox series

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

Message ID 20201005205228.697463-1-ehabkost@redhat.com
Headers show
Series docs: Include QTest protocol and libqtest API on documentation | expand

Message

Eduardo Habkost Oct. 5, 2020, 8:52 p.m. UTC
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

Comments

Paolo Bonzini Oct. 6, 2020, 12:42 p.m. UTC | #1
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
Thomas Huth Oct. 6, 2020, 5:12 p.m. UTC | #2
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 <thuth@redhat.com>