On 21/05/21 12:24, Ilias Stamatis wrote:
+ u64 adj = kvm_compute_tsc_offset_l1(vcpu, data) - vcpu->arch.l1_tsc_offset;
Better: kvm_compute_l1_tsc_offset. So far anyway I can adjust this myself. Paolo
On 21/05/21 12:24, Ilias Stamatis wrote:
+ u64 adj = kvm_compute_tsc_offset_l1(vcpu, data) - vcpu->arch.l1_tsc_offset;
Better: kvm_compute_l1_tsc_offset. So far anyway I can adjust this myself. Paolo