Re: [RFC v3 07/10] KVM: arm/arm64: Set a background timer to the earliest timer expiration

2017-02-02 Thread Christoffer Dall
On Wed, Feb 01, 2017 at 12:43:07PM -0500, Jintack Lim wrote: > When scheduling a background timer, consider both of the virtual and > physical timer and pick the earliest expiration time. > > Signed-off-by: Jintack Lim Reviewed-by: Christoffer Dall

[RFC v3 07/10] KVM: arm/arm64: Set a background timer to the earliest timer expiration

2017-02-01 Thread Jintack Lim
When scheduling a background timer, consider both of the virtual and physical timer and pick the earliest expiration time. Signed-off-by: Jintack Lim --- arch/arm/kvm/arm.c| 3 ++- virt/kvm/arm/arch_timer.c | 53 +++