| 1 | .. _tcg: |
| 2 | |
| 3 | TCG Emulation |
| 4 | ------------- |
| 5 | |
| 6 | Details about QEMU's Tiny Code Generator and the infrastructure |
| 7 | associated with emulation. You do not need to worry about this if you |
| 8 | are only implementing things for HW accelerated hypervisors. |
| 9 | |
| 10 | .. toctree:: |
| 11 | :maxdepth: 2 |
| 12 | |
| 13 | tcg |
| 14 | tcg-ops |
| 15 | decodetree |
| 16 | multi-thread-tcg |
| 17 | tcg-icount |
| 18 | tcg-plugins |
| 19 | replay |