diff options
author | Wanpeng Li <wanpengli@tencent.com> | 2019-09-17 10:16:26 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-09-24 14:35:06 +0200 |
commit | d0f5a86a34072c46b7fe1b8f8768e666d9d6f87f (patch) | |
tree | 521124893d51490591754ef4e2e93a1cf2ee1891 /arch/x86/kvm/lapic.h | |
parent | KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexit (diff) | |
download | linux-d0f5a86a34072c46b7fe1b8f8768e666d9d6f87f.tar.xz linux-d0f5a86a34072c46b7fe1b8f8768e666d9d6f87f.zip |
KVM: LAPIC: Tune lapic_timer_advance_ns smoothly
Filter out drastic fluctuation and random fluctuation, remove
timer_advance_adjust_done altogether, the adjustment would be
continuous.
Signed-off-by: Wanpeng Li <wanpengli@tencent.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/lapic.h')
-rw-r--r-- | arch/x86/kvm/lapic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/lapic.h b/arch/x86/kvm/lapic.h index 50053d2b8b7b..2aad7e226fc0 100644 --- a/arch/x86/kvm/lapic.h +++ b/arch/x86/kvm/lapic.h @@ -35,7 +35,6 @@ struct kvm_timer { s64 advance_expire_delta; atomic_t pending; /* accumulated triggered timers */ bool hv_timer_in_use; - bool timer_advance_adjust_done; }; struct kvm_lapic { |