[PATCH v6 11/21] KVM: arm64: Refactor update_vtimer_cntvoff()

2021-08-04 Thread Oliver Upton
Make the implementation of update_vtimer_cntvoff() generic w.r.t. guest timer context and spin off into a new helper method for later use. Require callers of this new helper method to grab the kvm lock beforehand. No functional change intended. Signed-off-by: Oliver Upton ---

Re: [PATCH v6 11/21] KVM: arm64: Refactor update_vtimer_cntvoff()

2021-08-04 Thread Andrew Jones
On Wed, Aug 04, 2021 at 08:58:09AM +, Oliver Upton wrote: > Make the implementation of update_vtimer_cntvoff() generic w.r.t. guest > timer context and spin off into a new helper method for later use. > Require callers of this new helper method to grab the kvm lock > beforehand. > > No