All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Snow <jsnow@redhat.com>
To: qemu-devel@nongnu.org
Cc: "John Snow" <jsnow@redhat.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Alex Bennée" <alex.bennee@linaro.org>
Subject: [PATCH v3 5/7] docs/devel: create "Subsystem APIs" subsection
Date: Wed, 22 Sep 2021 21:00:59 -0400	[thread overview]
Message-ID: <20210923010101.4002759-6-jsnow@redhat.com> (raw)
In-Reply-To: <20210923010101.4002759-1-jsnow@redhat.com>

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
---
 docs/devel/index.rst              | 10 +---------
 docs/devel/section-subsystems.rst | 16 ++++++++++++++++
 2 files changed, 17 insertions(+), 9 deletions(-)
 create mode 100644 docs/devel/section-subsystems.rst

diff --git a/docs/devel/index.rst b/docs/devel/index.rst
index 3ec699c8410..d6df483fce6 100644
--- a/docs/devel/index.rst
+++ b/docs/devel/index.rst
@@ -14,18 +14,10 @@ modifying QEMU's source code.
    section-development
    section-testing-debugging
    section-tcg
+   section-subsystems
    control-flow-integrity
-   loads-stores
-   memory
-   migration
-   atomics
-   bitops
-   ui
-   reset
    s390-dasd-ipl
-   clocks
    qom
-   modules
    block-coroutine-wrapper
    multi-process
    ebpf_rss
diff --git a/docs/devel/section-subsystems.rst b/docs/devel/section-subsystems.rst
new file mode 100644
index 00000000000..fbe21f85adf
--- /dev/null
+++ b/docs/devel/section-subsystems.rst
@@ -0,0 +1,16 @@
+Subsystem APIs
+==============
+
+.. toctree::
+   :maxdepth: 2
+   :includehidden:
+
+   atomics
+   bitops
+   loads-stores
+   clocks
+   memory
+   ui
+   migration
+   reset
+   modules
-- 
2.31.1



  parent reply	other threads:[~2021-09-23  1:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-23  1:00 [PATCH v3 0/7] docs/devel: Organize devel manual into further subsections John Snow
2021-09-23  1:00 ` [PATCH v3 1/7] docs/devel: create "Community & Governance" subsection John Snow
2021-09-23  1:00 ` [PATCH v3 2/7] docs/devel: create "Developing QEMU" subsection John Snow
2021-09-23  1:00 ` [PATCH v3 3/7] docs/devel: create "Testing & Debugging" subsection John Snow
2021-09-23  1:00 ` [PATCH v3 4/7] docs/devel: create TCG subsection John Snow
2021-09-23  1:00 ` John Snow [this message]
2021-09-23  1:01 ` [PATCH v3 6/7] docs/devel: create "QEMU API" section John Snow
2021-09-23  1:01 ` [PATCH v3 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=20210923010101.4002759-6-jsnow@redhat.com \
    --to=jsnow@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=peter.maydell@linaro.org \
    --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.