diff options
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 00000000..7b9760b2 --- /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 + + tcg + decodetree + multi-thread-tcg + tcg-icount + tcg-plugins + replay |