aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorShuuichirou Ishii <ishii.shuuichir@fujitsu.com>2021-08-31 17:29:39 +0900
committerPeter Maydell <peter.maydell@linaro.org>2021-09-01 11:08:18 +0100
commit4d39fcd8af11c0395d7b5112828d65d48cf0cfae (patch)
tree2498904e944a831bbf168b7cc75a60c5db71ebc4 /docs
parente31c70ac04001df5e540b79843834277e283fa71 (diff)
downloadqemu-4d39fcd8af11c0395d7b5112828d65d48cf0cfae.zip
qemu-4d39fcd8af11c0395d7b5112828d65d48cf0cfae.tar.gz
qemu-4d39fcd8af11c0395d7b5112828d65d48cf0cfae.tar.bz2
hw/arm/virt: target-arm: Add A64FX processor support to virt machine
Add -cpu a64fx to use A64FX processor when -machine virt option is specified. In addition, add a64fx to the Supported guest CPU types in the virt.rst document. Signed-off-by: Shuuichirou Ishii <ishii.shuuichir@fujitsu.com> Reviewed-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs')
-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 59acf0e..8507874 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)
+- ``a64fx`` (64-bit)
- ``host`` (with KVM only)
- ``max`` (same as ``host`` for KVM; best possible emulation with TCG)