Signed-off-by: John Snow <js...@redhat.com> --- 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 3cdfb786f1a..c560cc78497 100644 --- a/docs/devel/index.rst +++ b/docs/devel/index.rst @@ -11,19 +11,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