include/ui/console.h: Delete is_surface_bgr()
[qemu/ar7.git] / docs / devel / index.rst
blob7c424ea6d71436c5c7168b0ca0099b7887d6b487
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
15    :includehidden:
17    build-system
18    style
19    kconfig
20    testing
21    fuzzing
22    control-flow-integrity
23    loads-stores
24    memory
25    migration
26    atomics
27    stable-process
28    qtest
29    decodetree
30    secure-coding-practices
31    tcg
32    tcg-icount
33    tracing
34    multi-thread-tcg
35    tcg-plugins
36    bitops
37    reset
38    s390-dasd-ipl
39    clocks
40    qom
41    block-coroutine-wrapper
42    multi-process