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 | 6 +-----
docs/devel/section-testing-debugging.rst | 12 ++++++++++++
2 files changed, 13 insertions(+), 5 deletions(-)
create mode 100644 docs/devel/section-testing-debugging.rst
diff --git a/docs/devel/index.rst b/docs/devel/index.rst
index 915e44f05f9..35a7de4d0a4 100644
--- a/docs/devel/index.rst
+++ b/docs/devel/index.rst
@@ -12,19 +12,15 @@ modifying QEMU's source code.
section-community-governance
section-development
- testing
- fuzzing
+ section-testing-debugging
control-flow-integrity
loads-stores
memory
migration
atomics
- ci
- qtest
decodetree
tcg
tcg-icount
- tracing
multi-thread-tcg
tcg-plugins
bitops
diff --git a/docs/devel/section-testing-debugging.rst b/docs/devel/section-testing-debugging.rst
new file mode 100644
index 00000000000..e59ddab4cf5
--- /dev/null
+++ b/docs/devel/section-testing-debugging.rst
@@ -0,0 +1,12 @@
+Testing & Debugging
+===================
+
+.. toctree::
+ :maxdepth: 2
+ :includehidden:
+
+ ci
+ fuzzing
+ qtest
+ testing
+ tracing
--
2.31.1