Signed-off-by: John Snow <js...@redhat.com> --- docs/devel/index.rst | 5 +---- docs/devel/section-tcg.rst | 11 +++++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 docs/devel/section-tcg.rst
diff --git a/docs/devel/index.rst b/docs/devel/index.rst index c560cc78497..71ed48881ef 100644 --- a/docs/devel/index.rst +++ b/docs/devel/index.rst @@ -12,16 +12,13 @@ modifying QEMU's source code. section-community-governance section-development section-testing-debugging + section-tcg control-flow-integrity loads-stores memory migration atomics decodetree - tcg - tcg-icount - multi-thread-tcg - tcg-plugins bitops ui reset diff --git a/docs/devel/section-tcg.rst b/docs/devel/section-tcg.rst new file mode 100644 index 00000000000..ff046983742 --- /dev/null +++ b/docs/devel/section-tcg.rst @@ -0,0 +1,11 @@ +TCG - Tiny Code Generator +========================= + +.. toctree:: + :maxdepth: 2 + :includehidden: + + tcg + tcg-icount + multi-thread-tcg + tcg-plugins -- 2.31.1