Skip to content

Commit e78fb96

Browse files
Lei Chensean-jc
authored andcommitted
KVM: x86: remove comment about ntp correction sync for
Since vcpu local clock is no longer affected by ntp, remove comment about ntp correction sync for function kvm_gen_kvmclock_update. Signed-off-by: Lei Chen <lei.chen@smartx.com> Link: https://patch.msgid.link/20250819152027.1687487-4-lei.chen@smartx.com Signed-off-by: Sean Christopherson <seanjc@google.com>
1 parent 446fcce commit e78fb96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

arch/x86/kvm/x86.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3518,9 +3518,7 @@ uint64_t kvm_get_wall_clock_epoch(struct kvm *kvm)
35183518
/*
35193519
* kvmclock updates which are isolated to a given vcpu, such as
35203520
* vcpu->cpu migration, should not allow system_timestamp from
3521-
* the rest of the vcpus to remain static. Otherwise ntp frequency
3522-
* correction applies to one vcpu's system_timestamp but not
3523-
* the others.
3521+
* the rest of the vcpus to remain static.
35243522
*
35253523
* So in those cases, request a kvmclock update for all vcpus.
35263524
* The worst case for a remote vcpu to update its kvmclock

0 commit comments

Comments
 (0)