diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2021-06-17 15:03:28 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2021-06-21 16:49:37 +0100 |
| commit | 741292face087213b846faed7055ff51b7fee2dd (patch) | |
| tree | 075183baf3608ae245a4d637d3314bbe8f404593 /docs/system/target-arm.rst | |
| parent | 15613357ba53a4763594f64476058b85b3014757 (diff) | |
| download | focaccia-qemu-741292face087213b846faed7055ff51b7fee2dd.tar.gz focaccia-qemu-741292face087213b846faed7055ff51b7fee2dd.zip | |
docs/system/arm: Document which architecture extensions we emulate
These days the Arm architecture has a wide range of fine-grained optional extra architectural features. We implement quite a lot of these but by no means all of them. Document what we do implement, so that users can find out without having to dig through back-issues of our Changelog on the wiki. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20210617140328.28622-1-peter.maydell@linaro.org Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'docs/system/target-arm.rst')
| -rw-r--r-- | docs/system/target-arm.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst index edd013c7bb..8b8547f9a9 100644 --- a/docs/system/target-arm.rst +++ b/docs/system/target-arm.rst @@ -99,6 +99,12 @@ undocumented; you can get a complete list by running arm/virt arm/xlnx-versal-virt +Emulated CPU architecture support +================================= + +.. toctree:: + arm/emulation + Arm CPU features ================ |