diff options
Diffstat (limited to 'docs/devel/index.rst')
-rw-r--r-- | docs/devel/index.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/devel/index.rst b/docs/devel/index.rst new file mode 100644 index 00000000..09cfb322 --- /dev/null +++ b/docs/devel/index.rst @@ -0,0 +1,16 @@ +--------------------- +Developer Information +--------------------- + +This section of the manual documents various parts of the internals of QEMU. +You only need to read it if you are interested in reading or +modifying QEMU's source code. + +.. toctree:: + :maxdepth: 1 + + index-process + index-build + index-api + index-internals + index-tcg |