[PATCH v6 18/21] KVM: arm64: Configure timer traps in vcpu_load() for VHE

2021-08-04 Thread Oliver Upton
In preparation for emulated physical counter-timer offsetting, configure traps on every vcpu_load() for VHE systems. As before, these trap settings do not affect host userspace, and are only active for the guest. Suggested-by: Marc Zyngier Signed-off-by: Oliver Upton ---

Re: [PATCH v6 18/21] KVM: arm64: Configure timer traps in vcpu_load() for VHE

2021-08-04 Thread Andrew Jones
On Wed, Aug 04, 2021 at 08:58:16AM +, Oliver Upton wrote: > In preparation for emulated physical counter-timer offsetting, configure > traps on every vcpu_load() for VHE systems. As before, these trap > settings do not affect host userspace, and are only active for the > guest. > >