8b4528c829
Give an overview of the most useful bits of the devel documentation to read depending on what the developer wants to do. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20230630180423.558337-23-alex.bennee@linaro.org>
20 lines
356 B
ReStructuredText
20 lines
356 B
ReStructuredText
.. _tcg:
|
|
|
|
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
|
|
|
|
tcg
|
|
tcg-ops
|
|
decodetree
|
|
multi-thread-tcg
|
|
tcg-icount
|
|
tcg-plugins
|
|
replay
|