docs: Add CFI Documentation
[qemu/ar7.git] / docs / devel / index.rst
blobea0e1e17ae6c01da4a11cecd18119fb18eeaf896
1 .. This is the top level page for the 'devel' manual.
4 QEMU Developer's Guide
5 ======================
7 This manual documents various parts of the internals of QEMU.
8 You only need to read it if you are interested in reading or
9 modifying QEMU's source code.
11 Contents:
13 .. toctree::
14    :maxdepth: 2
16    build-system
17    kconfig
18    testing
19    fuzzing
20    control-flow-integrity
21    loads-stores
22    memory
23    migration
24    atomics
25    stable-process
26    qtest
27    decodetree
28    secure-coding-practices
29    tcg
30    tcg-icount
31    multi-thread-tcg
32    tcg-plugins
33    bitops
34    reset
35    s390-dasd-ipl
36    clocks
37    qom
38    block-coroutine-wrapper