aboutsummaryrefslogtreecommitdiffstats
path: root/docs/devel/index.rst
diff options
context:
space:
mode:
authorTimos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>2023-10-10 11:40:56 +0000
committerTimos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>2023-10-10 11:40:56 +0000
commite02cda008591317b1625707ff8e115a4841aa889 (patch)
treeaee302e3cf8b59ec2d32ec481be3d1afddfc8968 /docs/devel/index.rst
parentcc668e6b7e0ffd8c9d130513d12053cf5eda1d3b (diff)
Introduce Virtio-loopback epsilon release:
Epsilon release introduces a new compatibility layer which make virtio-loopback design to work with QEMU and rust-vmm vhost-user backend without require any changes. Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com> Change-Id: I52e57563e08a7d0bdc002f8e928ee61ba0c53dd9
Diffstat (limited to 'docs/devel/index.rst')
-rw-r--r--docs/devel/index.rst50
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/devel/index.rst b/docs/devel/index.rst
new file mode 100644
index 000000000..afd937535
--- /dev/null
+++ b/docs/devel/index.rst
@@ -0,0 +1,50 @@
+---------------------
+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: 2
+ :includehidden:
+
+ code-of-conduct
+ conflict-resolution
+ build-system
+ style
+ kconfig
+ testing
+ fuzzing
+ control-flow-integrity
+ loads-stores
+ memory
+ migration
+ atomics
+ stable-process
+ ci
+ qtest
+ decodetree
+ secure-coding-practices
+ tcg
+ tcg-icount
+ tracing
+ multi-thread-tcg
+ tcg-plugins
+ bitops
+ ui
+ reset
+ s390-dasd-ipl
+ clocks
+ qom
+ modules
+ block-coroutine-wrapper
+ multi-process
+ ebpf_rss
+ vfio-migration
+ qapi-code-gen
+ writing-monitor-commands
+ trivial-patches
+ submitting-a-patch
+ submitting-a-pull-request