diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2022-05-06 13:02:41 -0500 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-05-09 11:47:54 +0100 |
commit | 2f6283fc8e5219ce5f82ba60216ed5145a246470 (patch) | |
tree | 9d8d3952ecc23213e73171dd184f744e6d641a94 /docs/system/arm/virt.rst | |
parent | 6d9650191ae301dc545dd9fd0727c57ec935503e (diff) | |
download | qemu-2f6283fc8e5219ce5f82ba60216ed5145a246470.zip qemu-2f6283fc8e5219ce5f82ba60216ed5145a246470.tar.gz qemu-2f6283fc8e5219ce5f82ba60216ed5145a246470.tar.bz2 |
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/arm/virt.rst')
-rw-r--r-- | docs/system/arm/virt.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/system/arm/virt.rst b/docs/system/arm/virt.rst index 5fe045c..3e264d8 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) |