[PATCH v7 10/27] KVM: arm64: Propagate vcpu into read_id_reg()

2019-03-29 Thread Dave Martin
Architecture features that are conditionally visible to the guest will require run-time checks in the ID register accessor functions. In particular, read_id_reg() will need to perform checks in order to generate the correct emulated value for certain ID register fields such as ID_AA64PFR0_EL1.SVE f

Re: [PATCH v7 10/27] KVM: arm64: Propagate vcpu into read_id_reg()

2019-04-04 Thread Andrew Jones
On Fri, Mar 29, 2019 at 01:00:35PM +, Dave Martin wrote: > Architecture features that are conditionally visible to the guest > will require run-time checks in the ID register accessor functions. > In particular, read_id_reg() will need to perform checks in order > to generate the correct emulat