summaryrefslogtreecommitdiffstats
path: root/docs/system
diff options
context:
space:
mode:
authorRichard Henderson2022-05-06 20:02:41 +0200
committerPeter Maydell2022-05-09 12:47:54 +0200
commit2f6283fc8e5219ce5f82ba60216ed5145a246470 (patch)
tree9d8d3952ecc23213e73171dd184f744e6d641a94 /docs/system
parenttarget/arm: Enable FEAT_DGH for -cpu max (diff)
downloadqemu-2f6283fc8e5219ce5f82ba60216ed5145a246470.tar.gz
qemu-2f6283fc8e5219ce5f82ba60216ed5145a246470.tar.xz
qemu-2f6283fc8e5219ce5f82ba60216ed5145a246470.zip
target/arm: Define cortex-a76
Enable the a76 for virt and sbsa board use. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20220506180242.216785-24-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/system')
-rw-r--r--docs/system/arm/virt.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/system/arm/virt.rst b/docs/system/arm/virt.rst
index 5fe045cbf0..3e264d85af 100644
--- a/docs/system/arm/virt.rst
+++ b/docs/system/arm/virt.rst
@@ -55,6 +55,7 @@ Supported guest CPU types:
- ``cortex-a53`` (64-bit)
- ``cortex-a57`` (64-bit)
- ``cortex-a72`` (64-bit)
+- ``cortex-a76`` (64-bit)
- ``a64fx`` (64-bit)
- ``host`` (with KVM only)
- ``max`` (same as ``host`` for KVM; best possible emulation with TCG)