docs/devel: add some front matter to the devel index
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 30 Jun 2023 18:04:07 +0000 (19:04 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 3 Jul 2023 11:52:08 +0000 (12:52 +0100)
Give an overview of the most useful bits of the devel documentation to
read depending on what the developer wants to do.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230630180423.558337-23-alex.bennee@linaro.org>

docs/devel/index-process.rst
docs/devel/index-tcg.rst
docs/devel/index.rst
docs/devel/tcg.rst

index d50dd74c3e28c215bdc2d932120612ae73efb9ce..362f97ee3000ec398af45bee1bd4d14498733ec6 100644 (file)
@@ -1,3 +1,5 @@
+.. _development_process:
+
 QEMU Community Processes
 ------------------------
 
index b44ff8b5a4231fc3726e13f4f9daf9fb34f7959b..a992844e5c60636cdf00c3ca2e27d5d0e834cee5 100644 (file)
@@ -1,3 +1,5 @@
+.. _tcg:
+
 TCG Emulation
 -------------
 
index 09cfb322beba0b3f6dac676dd50fd89fb2519da4..abf60457c29897de40894fa774ca9bef13ced264 100644 (file)
@@ -2,10 +2,30 @@
 Developer Information
 ---------------------
 
-This section of the manual documents various parts of the internals of QEMU.
-You only need to read it if you are interested in reading or
+This section of the manual documents various parts of the internals of
+QEMU. You only need to read it if you are interested in reading or
 modifying QEMU's source code.
 
+QEMU is a large and mature project with a number of complex subsystems
+that can be overwhelming to understand. The development documentation
+is not comprehensive but hopefully presents enough to get you started.
+If there are areas that are unclear please reach out either via the
+IRC channel or mailing list and hopefully we can improve the
+documentation for future developers.
+
+All developers will want to familiarise themselves with
+:ref:`development_process` and how the community interacts. Please pay
+particular attention to the :ref:`coding-style` and
+:ref:`submitting-a-patch` sections to avoid common pitfalls.
+
+If you wish to implement a new hardware model you will want to read
+through the :ref:`qom` documentation to understand how QEMU's object
+model works.
+
+Those wishing to enhance or add new CPU emulation capabilities will
+want to read our :ref:`tcg` documentation, especially the overview of
+the :ref:`tcg_internals`.
+
 .. toctree::
    :maxdepth: 1
 
index b4096a17dfe91ee91fa6a6de356b29275c66410d..2786f2f67912362a1f828da744107cc55eb4eeea 100644 (file)
@@ -1,3 +1,5 @@
+.. _tcg_internals:
+
 ====================
 Translator Internals
 ====================