diff options
author | Hao Wu | 2022-08-19 02:20:15 +0200 |
---|---|---|
committer | Richard Henderson | 2022-09-14 12:19:39 +0200 |
commit | 3b16766b5ae7f61079e3ae674e140219c4cdbe85 (patch) | |
tree | 54cf0dbd293ac5639eb7bc6253f86bad04b4a31c /docs | |
parent | Merge tag 'pull-qapi-2022-09-07' of git://repo.or.cz/qemu/armbru into staging (diff) | |
download | qemu-3b16766b5ae7f61079e3ae674e140219c4cdbe85.tar.gz qemu-3b16766b5ae7f61079e3ae674e140219c4cdbe85.tar.xz qemu-3b16766b5ae7f61079e3ae674e140219c4cdbe85.zip |
target/arm: Add cortex-a35
Add cortex A35 core and enable it for virt board.
Signed-off-by: Hao Wu <wuhaotsh@google.com>
Reviewed-by: Joe Komlodi <komlodi@google.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20220819002015.1663247-1-wuhaotsh@google.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'docs')
-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 3b6ba69a9a..20442ea2c1 100644 --- a/docs/system/arm/virt.rst +++ b/docs/system/arm/virt.rst @@ -52,6 +52,7 @@ Supported guest CPU types: - ``cortex-a7`` (32-bit) - ``cortex-a15`` (32-bit; the default) +- ``cortex-a35`` (64-bit) - ``cortex-a53`` (64-bit) - ``cortex-a57`` (64-bit) - ``cortex-a72`` (64-bit) |