]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Revert "x86: kvm: introduce periodic global clock updates"
authorLei Chen <lei.chen@smartx.com>
Tue, 19 Aug 2025 15:20:25 +0000 (23:20 +0800)
committerSean Christopherson <seanjc@google.com>
Mon, 17 Nov 2025 15:50:23 +0000 (07:50 -0800)
commit43ddbf16edf5c1790684b32d5eb920a1b0eea285
tree8e44a4e30ac12b7e193623919191d260f76c218f
parenta091fe60c2d3943b058132a64682a509d55bd325
Revert "x86: kvm: introduce periodic global clock updates"

This reverts commit 332967a3eac06f6379283cf155c84fe7cd0537c2.

Commit 332967a3eac0 ("x86: kvm: introduce periodic global clock
updates") introduced a 300s interval work to sync ntp corrections
across all vcpus.

Since commit 53fafdbb8b21 ("KVM: x86: switch KVMCLOCK base to
monotonic raw clock"), kvmclock switched to mono raw clock,
we can no longer take ntp into consideration.

Signed-off-by: Lei Chen <lei.chen@smartx.com>
Link: https://patch.msgid.link/20250819152027.1687487-2-lei.chen@smartx.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/x86.c