[PATCH V4 0/4] Basic ASID2 Support

Jim MacArthur posted 4 patches 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251202120250.763150-1-jim.macarthur@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>
docs/system/arm/emulation.rst    |  1 +
target/arm/cpu-features.h        |  7 +++
target/arm/cpu-sysregs.h.inc     |  1 +
target/arm/helper.c              | 10 ++++-
target/arm/tcg/cpu64.c           |  4 ++
tests/tcg/aarch64/system/asid2.c | 75 ++++++++++++++++++++++++++++++++
6 files changed, 96 insertions(+), 2 deletions(-)
create mode 100644 tests/tcg/aarch64/system/asid2.c
[PATCH V4 0/4] Basic ASID2 Support
Posted by Jim MacArthur 1 week, 4 days ago
Added a line to the documentation mentioning that we can now support ASID2.

Changes in v4:
- Patch 3:
  - Added mention of ASID2 to docs/system/arm/emulation.rst.

Jim MacArthur (4):
  target/arm: Enable ID_AA64MMFR4_EL1 register.
  target/arm: Allow writes to FNG1, FNG0, A2
  target/arm/tcg/cpu64.c: Enable ASID2 for cpu_max
  tests: Add test for ASID2 and write/read of feature bits

 docs/system/arm/emulation.rst    |  1 +
 target/arm/cpu-features.h        |  7 +++
 target/arm/cpu-sysregs.h.inc     |  1 +
 target/arm/helper.c              | 10 ++++-
 target/arm/tcg/cpu64.c           |  4 ++
 tests/tcg/aarch64/system/asid2.c | 75 ++++++++++++++++++++++++++++++++
 6 files changed, 96 insertions(+), 2 deletions(-)
 create mode 100644 tests/tcg/aarch64/system/asid2.c

-- 
2.43.0