diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2022-03-09 13:52:15 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2022-03-23 10:37:49 +0000 |
commit | c6afd2bdfd69e9a8d2c0c7c41aac5255e34a60bc (patch) | |
tree | 61462037db7fb05ceca425ac55982dfa62b72b58 /docs/devel/index-tcg.rst | |
parent | b8003f99565c9d7862938c586fecd1d9a56ee22d (diff) |
docs/devel: try and impose some organisation
We have a growing set of developer docs but the index is currently in
order of when stuff was added. Try and make things a bit easier to
find my adding sub indexes and organising into themes.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Kashyap Chamarthy <kchamart@redhat.com>
Message-Id: <20220315121251.2280317-7-alex.bennee@linaro.org>
Diffstat (limited to 'docs/devel/index-tcg.rst')
-rw-r--r-- | docs/devel/index-tcg.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/devel/index-tcg.rst b/docs/devel/index-tcg.rst new file mode 100644 index 0000000000..3acbd95d36 --- /dev/null +++ b/docs/devel/index-tcg.rst @@ -0,0 +1,16 @@ +TCG Emulation +------------- + +Details about QEMU's Tiny Code Generator and the infrastructure +associated with emulation. You do not need to worry about this if you +are only implementing things for HW accelerated hypervisors. + +.. toctree:: + :maxdepth: 2 + :includehidden: + + tcg + decodetree + multi-thread-tcg + tcg-icount + tcg-plugins |