mbox series

[v5,0/2] target/arm: Enable LPA2

Message ID 20220304200301.524525-1-richard.henderson@linaro.org
Headers show
Series target/arm: Enable LPA2 | expand

Message

Richard Henderson March 4, 2022, 8:02 p.m. UTC
Changes for v5:
  * Most of the patch set has been merged.
  * Use hw_compat_6_2 for disabling lpa2.


r~


Richard Henderson (2):
  target/arm: Provide cpu property for controling FEAT_LPA2
  hw/core: Disable LPA2 for -machine virt-6.2

 target/arm/cpu.h            |  5 ++++-
 hw/core/machine.c           |  4 +++-
 target/arm/cpu.c            |  6 ++++++
 target/arm/cpu64.c          | 24 ++++++++++++++++++++++++
 tests/avocado/boot_linux.py |  2 ++
 5 files changed, 39 insertions(+), 2 deletions(-)