All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: John Snow <jsnow@redhat.com>
Cc: Daniel Berrange <berrange@redhat.com>,
	QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [PATCH v2 6/7] docs/devel: create "QEMU API" section
Date: Fri, 6 Aug 2021 16:54:53 +0100	[thread overview]
Message-ID: <CAFEAcA9ARWATdzooGteH99e4xe=hrhG4YnpgtMHqOWtkzJ5DWQ@mail.gmail.com> (raw)
In-Reply-To: <20210806155132.1955881-7-jsnow@redhat.com>

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


  reply	other threads:[~2021-08-06 15:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-06 15:51 [PATCH v2 0/7] docs/devel: Organize devel manual into further subsections John Snow
2021-08-06 15:51 ` [PATCH v2 1/7] docs/devel: create "Community & Governance" subsection John Snow
2021-08-06 15:51 ` [PATCH v2 2/7] docs/devel: create "Developing QEMU" subsection John Snow
2021-08-06 16:40   ` Philippe Mathieu-Daudé
2021-08-06 16:42     ` Philippe Mathieu-Daudé
2021-08-06 20:51       ` John Snow
2021-08-06 15:51 ` [PATCH v2 3/7] docs/devel: create "Testing & Debugging" subsection John Snow
2021-08-06 15:51 ` [PATCH v2 4/7] docs/devel: create TCG subsection John Snow
2021-08-06 15:51 ` [PATCH v2 5/7] docs/devel: create "Subsystem APIs" subsection John Snow
2021-08-06 15:51 ` [PATCH v2 6/7] docs/devel: create "QEMU API" section John Snow
2021-08-06 15:54   ` Peter Maydell [this message]
2021-08-06 15:51 ` [PATCH v2 7/7] docs/devel: create "Miscellaneous Topics" subsection John Snow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFEAcA9ARWATdzooGteH99e4xe=hrhG4YnpgtMHqOWtkzJ5DWQ@mail.gmail.com' \
    --to=peter.maydell@linaro.org \
    --cc=berrange@redhat.com \
    --cc=jsnow@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.