summaryrefslogtreecommitdiffstats
path: root/docs/devel/index-build.rst
diff options
context:
space:
mode:
authorAlex Bennée2022-03-09 14:52:15 +0100
committerAlex Bennée2022-03-23 11:37:49 +0100
commitc6afd2bdfd69e9a8d2c0c7c41aac5255e34a60bc (patch)
tree61462037db7fb05ceca425ac55982dfa62b72b58 /docs/devel/index-build.rst
parentmailmap/gitdm: more fixes for bad tags and authors (diff)
downloadqemu-c6afd2bdfd69e9a8d2c0c7c41aac5255e34a60bc.tar.gz
qemu-c6afd2bdfd69e9a8d2c0c7c41aac5255e34a60bc.tar.xz
qemu-c6afd2bdfd69e9a8d2c0c7c41aac5255e34a60bc.zip
docs/devel: try and impose some organisation
We have a growing set of developer docs but the index is currently in order of when stuff was added. Try and make things a bit easier to find my adding sub indexes and organising into themes. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Kashyap Chamarthy <kchamart@redhat.com> Message-Id: <20220315121251.2280317-7-alex.bennee@linaro.org>
Diffstat (limited to 'docs/devel/index-build.rst')
-rw-r--r--docs/devel/index-build.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/devel/index-build.rst b/docs/devel/index-build.rst
new file mode 100644
index 0000000000..d96894f07c
--- /dev/null
+++ b/docs/devel/index-build.rst
@@ -0,0 +1,19 @@
+QEMU Build and Test System
+--------------------------
+
+Details about how QEMU's build system works and how it is integrated
+into our testing infrastructure. You will need to understand some of
+the basics if you are adding new files and targets to the build.
+
+.. toctree::
+ :maxdepth: 2
+ :includehidden:
+
+ build-system
+ kconfig
+ testing
+ qtest
+ ci
+ qapi-code-gen
+ fuzzing
+ control-flow-integrity