Re: [PATCH 1/4] target/arm: Add ID_AA64MMFR2_EL1

2020-02-01 Thread Richard Henderson
On 12/6/19 10:19 AM, Peter Maydell wrote: >> @@ -549,6 +549,8 @@ bool kvm_arm_get_host_cpu_features(ARMHostCPUFeatures >> *ahcf) >>ARM64_SYS_REG(3, 0, 0, 7, 0)); >> err |= read_sys_reg64(fdarray[2], >isar.id_aa64mmfr1, >>

Re: [PATCH 1/4] target/arm: Add ID_AA64MMFR2_EL1

2019-12-06 Thread Peter Maydell
On Tue, 3 Dec 2019 at 23:42, Richard Henderson wrote: > > Add definitions for all of the fields, up to ARMv8.5. > Convert the existing RESERVED register to a full register. > Query KVM for the value of the register for the host. > > Signed-off-by: Richard Henderson > --- > target/arm/cpu.h|

[PATCH 1/4] target/arm: Add ID_AA64MMFR2_EL1

2019-12-03 Thread Richard Henderson
Add definitions for all of the fields, up to ARMv8.5. Convert the existing RESERVED register to a full register. Query KVM for the value of the register for the host. Signed-off-by: Richard Henderson --- target/arm/cpu.h| 17 + target/arm/helper.c | 4 ++--