Alex Bennée | 8b4528c | 2023-06-30 19:04:07 +0100 | [diff] [blame] | 1 | .. _tcg: |
| 2 | |
Alex Bennée | c6afd2b | 2022-03-09 13:52:15 +0000 | [diff] [blame] | 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 |
Alex Bennée | c6afd2b | 2022-03-09 13:52:15 +0000 | [diff] [blame] | 12 | |
| 13 | tcg |
Mark Cave-Ayland | 5e97a28 | 2022-11-30 10:04:34 +0000 | [diff] [blame] | 14 | tcg-ops |
Alex Bennée | c6afd2b | 2022-03-09 13:52:15 +0000 | [diff] [blame] | 15 | decodetree |
| 16 | multi-thread-tcg |
| 17 | tcg-icount |
| 18 | tcg-plugins |
Pavel Dovgalyuk | 04d0583 | 2022-05-27 13:46:30 +0300 | [diff] [blame] | 19 | replay |