All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/3] Add support for Fujitsu A64FX processor
@ 2021-08-31  8:29 Shuuichirou Ishii
  2021-08-31  8:29 ` [PATCH v6 1/3] target-arm: Add support for Fujitsu A64FX Shuuichirou Ishii
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Shuuichirou Ishii @ 2021-08-31  8:29 UTC (permalink / raw)
  To: peter.maydell, drjones, qemu-arm; +Cc: qemu-devel, ishii.shuuichir

This is the v6 patch series.

v6:
For patch 1[1/3], added the commit messages that the Identification registers
value are defined based on FX700, and has been tested and confirmed.

v5:
A64FX supports only 128, 256, and 512bit SVE vector lengths,
but the QEMU implementation prior to v4 did not have an API
to specify a specific vector length.
Andrew has implemented an API (cpu->sve_vq_supported, commit:5401b1e08d
etc) to solve this, so we have changed the implementation to use that API.

v4:
The following changes have been made to match the SVE specification of
the A64FX processor.
- Implemented internally only the vector lengths of 128, 256, and 512 bit
  supported by the A64FX processor.
- Removed sve and sve-max-vq properties due to the above changes, and
  fixed them so that no explicit options can be specified.

v3:
When we created the v2 patch series, we based it on the v1 patch series
that had not been merged into the upstream, so we created the v3 patch
series as a patch series that can be applied independently.

v2:
No features have been added or removed from the v1 patch series. Removal
of unused definitions that were added in excess, and consolidation of
patches for the purpose of functional consistency.

For patch 1, Implemented Identification registers for A64FX processor.
HPC extension registers will be implemented in the future.
For SVE, the A64FX processor supports only 128,256 and 512bit vector lengths.
The Identification registers value are defined based on the FX700,
and have been tested and confirmed.

For patch 2, A64FX processor can now be used by specifying the -cpu
a64fx option when the -macine virt option is specified.

For patch 3, added A64FX processor related tests.

Shuuichirou Ishii (3):
  target-arm: Add support for Fujitsu A64FX
  hw/arm/virt: target-arm: Add A64FX processor support to virt machine
  tests/arm-cpu-features: Add A64FX processor related

 docs/system/arm/virt.rst       |  1 +
 hw/arm/virt.c                  |  1 +
 target/arm/cpu64.c             | 48 ++++++++++++++++++++++++++++++++++
 tests/qtest/arm-cpu-features.c | 13 +++++++++
 4 files changed, 63 insertions(+)

-- 
2.27.0



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-01  8:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-31  8:29 [PATCH v6 0/3] Add support for Fujitsu A64FX processor Shuuichirou Ishii
2021-08-31  8:29 ` [PATCH v6 1/3] target-arm: Add support for Fujitsu A64FX Shuuichirou Ishii
2021-08-31 10:20   ` Andrew Jones
2021-09-01  6:31     ` ishii.shuuichir
2021-08-31  8:29 ` [PATCH v6 2/3] hw/arm/virt: target-arm: Add A64FX processor support to virt machine Shuuichirou Ishii
2021-08-31  8:29 ` [PATCH v6 3/3] tests/arm-cpu-features: Add A64FX processor related Shuuichirou Ishii
2021-09-01  8:23 ` [PATCH v6 0/3] Add support for Fujitsu A64FX processor Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.