Re: [PATCH] KVM: LAPIC: Reset timer_advance_ns to 1000 after adaptive tuning goes insane

2019-07-05 Thread Paolo Bonzini
On 05/07/19 11:40, Wanpeng Li wrote: > From: Wanpeng Li > > Reset timer_advance_ns to the default value 1000ns after adaptive tuning > goes insane which can happen sporadically in product environment. > > Cc: Paolo Bonzini > Cc: Radim Krčmář > Signed-off-by: Wanpeng Li > --- > arch/x86/kvm/

[PATCH] KVM: LAPIC: Reset timer_advance_ns to 1000 after adaptive tuning goes insane

2019-07-05 Thread Wanpeng Li
From: Wanpeng Li Reset timer_advance_ns to the default value 1000ns after adaptive tuning goes insane which can happen sporadically in product environment. Cc: Paolo Bonzini Cc: Radim Kr??m Signed-off-by: Wanpeng Li --- arch/x86/kvm/lapic.c | 2 +- 1 file changed, 1 insertion(+), 1 dele