[PATCH v2 6/7] docs/devel: create "QEMU API" section

John Snow posted 7 patches 4 years, 6 months ago
There is a newer version of this series
[PATCH v2 6/7] docs/devel: create "QEMU API" section
Posted by John Snow 4 years, 6 months ago
Signed-off-by: John Snow <jsnow@redhat.com>
---
 docs/devel/index.rst       |  4 +---
 docs/devel/section-api.rst | 10 ++++++++++
 2 files changed, 11 insertions(+), 3 deletions(-)
 create mode 100644 docs/devel/section-api.rst

diff --git a/docs/devel/index.rst b/docs/devel/index.rst
index b146ce00f7a..9f9e96204fc 100644
--- a/docs/devel/index.rst
+++ b/docs/devel/index.rst
@@ -12,14 +12,12 @@ modifying QEMU's source code.
    section-community-governance
    section-development
    section-testing-debugging
+   section-api
    section-tcg
    section-subsystems
    control-flow-integrity
    s390-dasd-ipl
-   qom
    block-coroutine-wrapper
    multi-process
    ebpf_rss
    vfio-migration
-   qapi-code-gen
-   writing-qmp-commands
diff --git a/docs/devel/section-api.rst b/docs/devel/section-api.rst
new file mode 100644
index 00000000000..d62b614fe3d
--- /dev/null
+++ b/docs/devel/section-api.rst
@@ -0,0 +1,10 @@
+QEMU API
+========
+
+.. toctree::
+   :maxdepth: 2
+   :includehidden:
+
+   qapi-code-gen
+   writing-qmp-commands
+   qom
-- 
2.31.1


Re: [PATCH v2 6/7] docs/devel: create "QEMU API" section
Posted by Peter Maydell 4 years, 6 months ago
On Fri, 6 Aug 2021 at 16:51, John Snow <jsnow@redhat.com> wrote:
>
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  docs/devel/index.rst       |  4 +---
>  docs/devel/section-api.rst | 10 ++++++++++
>  2 files changed, 11 insertions(+), 3 deletions(-)
>  create mode 100644 docs/devel/section-api.rst
>
> diff --git a/docs/devel/index.rst b/docs/devel/index.rst
> index b146ce00f7a..9f9e96204fc 100644
> --- a/docs/devel/index.rst
> +++ b/docs/devel/index.rst
> @@ -12,14 +12,12 @@ modifying QEMU's source code.
>     section-community-governance
>     section-development
>     section-testing-debugging
> +   section-api
>     section-tcg
>     section-subsystems
>     control-flow-integrity
>     s390-dasd-ipl
> -   qom
>     block-coroutine-wrapper
>     multi-process
>     ebpf_rss
>     vfio-migration
> -   qapi-code-gen
> -   writing-qmp-commands
> diff --git a/docs/devel/section-api.rst b/docs/devel/section-api.rst
> new file mode 100644
> index 00000000000..d62b614fe3d
> --- /dev/null
> +++ b/docs/devel/section-api.rst
> @@ -0,0 +1,10 @@
> +QEMU API
> +========
> +
> +.. toctree::
> +   :maxdepth: 2
> +   :includehidden:
> +
> +   qapi-code-gen
> +   writing-qmp-commands
> +   qom
> --
> 2.31.1


Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM