summary refs log tree commit diff stats
path: root/docs/system
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-08-31 16:24:38 -0700
committerPeter Maydell <peter.maydell@linaro.org>2023-09-08 16:41:35 +0100
commite3d45c0a895764203f489184d361fe4c74b2cd57 (patch)
tree847b26e8553246064741d1f5fc9e385b15733e18 /docs/system
parent97198a7dd1379928a09f58dff8ac7ce11b8fb39e (diff)
downloadfocaccia-qemu-e3d45c0a895764203f489184d361fe4c74b2cd57.tar.gz
focaccia-qemu-e3d45c0a895764203f489184d361fe4c74b2cd57.zip
target/arm: Implement cortex-a710
The cortex-a710 is a first generation ARMv9.0-A processor.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230831232441.66020-3-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@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 51cdac6841..e1697ac8f4 100644
--- a/docs/system/arm/virt.rst
+++ b/docs/system/arm/virt.rst
@@ -58,6 +58,7 @@ Supported guest CPU types:
 - ``cortex-a57`` (64-bit)
 - ``cortex-a72`` (64-bit)
 - ``cortex-a76`` (64-bit)
+- ``cortex-a710`` (64-bit)
 - ``a64fx`` (64-bit)
 - ``host`` (with KVM only)
 - ``neoverse-n1`` (64-bit)