[PATCH 0/3] target/arm: Add support for FEAT_SSBS

Rebecca Cran posted 3 patches 4 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210215215819.1142-1-rebecca@nuviainc.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>
There is a newer version of this series
target/arm/cpu.c           |  4 ++
target/arm/cpu.h           | 15 +++++-
target/arm/cpu64.c         |  5 ++
target/arm/helper-a64.c    |  6 +++
target/arm/helper.c        | 52 ++++++++++++++++++++
target/arm/internals.h     |  6 +++
target/arm/translate-a64.c | 12 +++++
7 files changed, 99 insertions(+), 1 deletion(-)
[PATCH 0/3] target/arm: Add support for FEAT_SSBS
Posted by Rebecca Cran 4 years, 9 months ago
Add support for FEAT_SSBS, Speculative Store Bypass Safe. SSBS is an
optional feature in ARMv8.0 and is mandatory in ARMv8.5.

Rebecca Cran (3):
  target/arm: Add support for FEAT_SSBS, Speculative Store Bypass Safe
  target/arm: Enable FEAT_SSBS for "max" AARCH64 CPU
  target/arm: Set ID_PFR2.SSBS to 1 for "max" 32-bit CPU

 target/arm/cpu.c           |  4 ++
 target/arm/cpu.h           | 15 +++++-
 target/arm/cpu64.c         |  5 ++
 target/arm/helper-a64.c    |  6 +++
 target/arm/helper.c        | 52 ++++++++++++++++++++
 target/arm/internals.h     |  6 +++
 target/arm/translate-a64.c | 12 +++++
 7 files changed, 99 insertions(+), 1 deletion(-)

-- 
2.26.2