]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs/devel: Split testing docs from the build docs and move to separate folder
authorThomas Huth <thuth@redhat.com>
Fri, 30 Aug 2024 13:38:35 +0000 (15:38 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 4 Sep 2024 10:28:00 +0000 (12:28 +0200)
Building and testing are two separate topics, so let's split the testing
into a separate category and move the related files into a separate folder.

Message-ID: <20240830133841.142644-42-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
12 files changed:
docs/devel/index-build.rst
docs/devel/index.rst
docs/devel/testing/acpi-bits.rst [moved from docs/devel/acpi-bits.rst with 100% similarity]
docs/devel/testing/ci-definitions.rst.inc [moved from docs/devel/ci-definitions.rst.inc with 100% similarity]
docs/devel/testing/ci-jobs.rst.inc [moved from docs/devel/ci-jobs.rst.inc with 100% similarity]
docs/devel/testing/ci-runners.rst.inc [moved from docs/devel/ci-runners.rst.inc with 100% similarity]
docs/devel/testing/ci.rst [moved from docs/devel/ci.rst with 100% similarity]
docs/devel/testing/fuzzing.rst [moved from docs/devel/fuzzing.rst with 100% similarity]
docs/devel/testing/index.rst [new file with mode: 0644]
docs/devel/testing/main.rst [moved from docs/devel/testing.rst with 100% similarity]
docs/devel/testing/qgraph.rst [moved from docs/devel/qgraph.rst with 100% similarity]
docs/devel/testing/qtest.rst [moved from docs/devel/qtest.rst with 100% similarity]

index 90b406ca0edec2c32411d9a797eb63e46d90e449..0023953be363373f59be9e7b690157f23e768b4b 100644 (file)
@@ -1,9 +1,8 @@
-QEMU Build and Test System
---------------------------
+QEMU Build 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.
+Details about how QEMU's build system works. You will need to understand
+some of the basics if you are adding new files and targets to the build.
 
 .. toctree::
    :maxdepth: 3
@@ -11,10 +10,5 @@ the basics if you are adding new files and targets to the build.
    build-system
    kconfig
    docs
-   testing
-   acpi-bits
-   qtest
-   ci
    qapi-code-gen
-   fuzzing
    control-flow-integrity
index abf60457c29897de40894fa774ca9bef13ced264..a53f1bfda5d7c5cb9176e8a007804914e79b72e3 100644 (file)
@@ -31,6 +31,7 @@ the :ref:`tcg_internals`.
 
    index-process
    index-build
+   testing/index
    index-api
    index-internals
    index-tcg
similarity index 100%
rename from docs/devel/ci.rst
rename to docs/devel/testing/ci.rst
diff --git a/docs/devel/testing/index.rst b/docs/devel/testing/index.rst
new file mode 100644 (file)
index 0000000..2711fd7
--- /dev/null
@@ -0,0 +1,14 @@
+Testing QEMU
+------------
+
+Details about how to test QEMU and how it is integrated into our CI
+testing infrastructure.
+
+.. toctree::
+   :maxdepth: 3
+
+   main
+   qtest
+   acpi-bits
+   ci
+   fuzzing