Re: [PATCH v2] KVM: LAPIC: Advancing the timer expiration on guest initiated write

2021-03-12 Thread Paolo Bonzini
On 04/03/21 01:35, Wanpeng Li wrote: From: Wanpeng Li Advancing the timer expiration should only be necessary on guest initiated writes. When we cancel the timer and clear .pending during state restore, clear expired_tscdeadline as well. Reviewed-by: Sean Christopherson Signed-off-by: Wanpeng

Re: [PATCH v2] KVM: LAPIC: Advancing the timer expiration on guest initiated write

2021-03-10 Thread Wanpeng Li
ping, :) On Thu, 4 Mar 2021 at 08:35, Wanpeng Li wrote: > > From: Wanpeng Li > > Advancing the timer expiration should only be necessary on guest initiated > writes. When we cancel the timer and clear .pending during state restore, > clear expired_tscdeadline as well. > > Reviewed-by: Sean Christ