Based-on: <20200201192916.31796-1-richard.hender...@linaro.org> ("[v6] target/arm: Implement ARMv8.1-VHE")
Version 2 addresses review commentary, and also merges the 4 UAO patches into the PAN + ATS1E1 omnibus patch set. Changes: * Moved reginfo to file scope. * Rename arm_mmu_idx_is_stage1 to arm_mmu_idx_is_stage1_of_2 * Mask PAN + UAO when not supported. r~ Richard Henderson (14): target/arm: Add arm_mmu_idx_is_stage1_of_2 target/arm: Add mmu_idx for EL1 and EL2 w/ PAN enabled target/arm: Add isar_feature tests for PAN + ATS1E1 target/arm: Move LOR regdefs to file scope target/arm: Update MSR access for PAN target/arm: Update arm_mmu_idx_el for PAN target/arm: Enforce PAN semantics in get_S1prot target/arm: Set PAN bit as required on exception entry target/arm: Implement ATS1E1 system registers target/arm: Enable ARMv8.2-ATS1E1 in -cpu max target/arm: Add ID_AA64MMFR2_EL1 target/arm: Update MSR access to UAO target/arm: Implement UAO semantics target/arm: Enable ARMv8.2-UAO in -cpu max target/arm/cpu-param.h | 2 +- target/arm/cpu.h | 96 ++++++++++-- target/arm/internals.h | 40 +++++ target/arm/cpu.c | 4 + target/arm/cpu64.c | 9 ++ target/arm/helper-a64.c | 9 ++ target/arm/helper.c | 314 ++++++++++++++++++++++++++++--------- target/arm/kvm64.c | 2 + target/arm/op_helper.c | 9 +- target/arm/translate-a64.c | 31 ++++ target/arm/translate.c | 8 +- 11 files changed, 437 insertions(+), 87 deletions(-) -- 2.20.1