[PATCH 0/3] target/arm: add FEAT_TLBIOS and FEAT_TLBIRANGE support

Rebecca Cran posted 3 patches 4 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201214202329.26765-1-rebecca@nuviainc.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c      |  24 ++
include/exec/exec-all.h |  39 +++
target/arm/cpu64.c      |   1 +
target/arm/helper.c     | 303 ++++++++++++++++++++
4 files changed, 367 insertions(+)
[PATCH 0/3] target/arm: add FEAT_TLBIOS and FEAT_TLBIRANGE support
Posted by Rebecca Cran 4 years, 11 months ago
This series adds support for FEAT_TLBIOS and FEAT_TLBIRANGE, both of
which are mandatory in ARMv8.4.

Rebecca Cran (3):
  target/arm: add FEAT_TLBIOS support
  target/arm: add FEAT_TLBIRANGE support
  target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type

 accel/tcg/cputlb.c      |  24 ++
 include/exec/exec-all.h |  39 +++
 target/arm/cpu64.c      |   1 +
 target/arm/helper.c     | 303 ++++++++++++++++++++
 4 files changed, 367 insertions(+)

-- 
2.26.2