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], &ahcf->isar.id_aa64mmfr1,
>>
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|
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 ++--
target/arm/kvm64.