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

This is the v3 patch series.

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 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: cpu64: 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 tests

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

-- 
2.27.0



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

end of thread, other threads:[~2021-08-10 23:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-05  7:30 [PATCH v3 0/3] Add support for Fujitsu A64FX processor Shuuichirou Ishii
2021-08-05  7:30 ` [PATCH v3 1/3] target-arm: cpu64: Add support for Fujitsu A64FX Shuuichirou Ishii
2021-08-05 11:24   ` Andrew Jones
2021-08-10  8:23     ` ishii.shuuichir
2021-08-10 11:41       ` Andrew Jones
2021-08-10 23:58         ` ishii.shuuichir
2021-08-05  7:30 ` [PATCH v3 2/3] hw/arm/virt: target-arm: Add A64FX processor support to virt machine Shuuichirou Ishii
2021-08-05  7:30 ` [PATCH v3 3/3] tests/arm-cpu-features: Add A64FX processor related tests Shuuichirou Ishii

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.