diff options
Diffstat (limited to 'docs/devel/index-build.rst')
-rw-r--r-- | docs/devel/index-build.rst | 19 |
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 00000000..57e8d39d --- /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: 3 + + build-system + kconfig + testing + acpi-bits + qtest + ci + qapi-code-gen + fuzzing + control-flow-integrity |