Re: [RFC v3 03/10] KVM: arm/arm64: Decouple kvm timer functions from virtual timer

2017-02-02 Thread Christoffer Dall
On Wed, Feb 01, 2017 at 12:43:03PM -0500, Jintack Lim wrote: > Now that we have a separate structure for timer context, make functions > generic so that they can work with any timer context, not just the > virtual timer context. This does not change the virtual timer > functionality. > >

[RFC v3 03/10] KVM: arm/arm64: Decouple kvm timer functions from virtual timer

2017-02-01 Thread Jintack Lim
Now that we have a separate structure for timer context, make functions generic so that they can work with any timer context, not just the virtual timer context. This does not change the virtual timer functionality. Signed-off-by: Jintack Lim Acked-by: Marc Zyngier