diff options
author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2025-01-16 16:03:05 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2025-01-17 10:45:54 +0000 |
commit | a4340e7c522e3f20abeac061a5a8b319f715c1d0 (patch) | |
tree | 20aea01422eef71b810a7c9f01cf6cdc1d69ca83 /docs/devel | |
parent | 7f6314427e78283f84e6f1b425a122b260a6ac50 (diff) | |
download | qemu-a4340e7c522e3f20abeac061a5a8b319f715c1d0.zip qemu-a4340e7c522e3f20abeac061a5a8b319f715c1d0.tar.gz qemu-a4340e7c522e3f20abeac061a5a8b319f715c1d0.tar.bz2 |
docs: add a glossary
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-Id: <20241209183104.365796-7-pierrick.bouvier@linaro.org>
[AJB: update MAINTAINERS]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250116160306.1709518-37-alex.bennee@linaro.org>
Diffstat (limited to 'docs/devel')
-rw-r--r-- | docs/devel/control-flow-integrity.rst | 2 | ||||
-rw-r--r-- | docs/devel/multi-thread-tcg.rst | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/devel/control-flow-integrity.rst b/docs/devel/control-flow-integrity.rst index e6b73a4..3d5702f 100644 --- a/docs/devel/control-flow-integrity.rst +++ b/docs/devel/control-flow-integrity.rst @@ -1,3 +1,5 @@ +.. _cfi: + ============================ Control-Flow Integrity (CFI) ============================ diff --git a/docs/devel/multi-thread-tcg.rst b/docs/devel/multi-thread-tcg.rst index d706c27..7fd0a07 100644 --- a/docs/devel/multi-thread-tcg.rst +++ b/docs/devel/multi-thread-tcg.rst @@ -4,6 +4,8 @@ This work is licensed under the terms of the GNU GPL, version 2 or later. See the COPYING file in the top-level directory. +.. _mttcg: + ================== Multi-threaded TCG ================== |