diff options
author | Daniele Buono | 2020-12-05 00:06:15 +0100 |
---|---|---|
committer | Paolo Bonzini | 2021-01-02 21:03:36 +0100 |
commit | a111824382dad27db8c358b2b9b26cdf30eaf49f (patch) | |
tree | 6407e3733ab7c88c5a588737d403a3f0989eb5e4 /docs/devel/index.rst | |
parent | configure,meson: support Control-Flow Integrity (diff) | |
download | qemu-a111824382dad27db8c358b2b9b26cdf30eaf49f.tar.gz qemu-a111824382dad27db8c358b2b9b26cdf30eaf49f.tar.xz qemu-a111824382dad27db8c358b2b9b26cdf30eaf49f.zip |
docs: Add CFI Documentation
Document how to compile with CFI and how to maintain CFI-safe code
Signed-off-by: Daniele Buono <dbuono@linux.vnet.ibm.com>
Message-Id: <20201204230615.2392-6-dbuono@linux.vnet.ibm.com>
[Make build system section in index.rst and add the new file. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/devel/index.rst')
-rw-r--r-- | docs/devel/index.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/devel/index.rst b/docs/devel/index.rst index f10ed77e4c..ea0e1e17ae 100644 --- a/docs/devel/index.rst +++ b/docs/devel/index.rst @@ -15,14 +15,15 @@ Contents: build-system kconfig + testing + fuzzing + control-flow-integrity loads-stores memory migration atomics stable-process - testing qtest - fuzzing decodetree secure-coding-practices tcg |