KVM: x86/xen: update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present
authorPaul Durrant <pdurrant@amazon.com>
Fri, 6 Jan 2023 10:36:00 +0000 (10:36 +0000)
committerSean Christopherson <seanjc@google.com>
Tue, 24 Jan 2023 18:05:20 +0000 (10:05 -0800)
commitf422f853af0369be27d2a9f1b20079f2bc3d1ca2
tree2e4b182f4c52c9dd41ae7836d9680b27cdfff6a1
parent48639df8a9e3a1dfcb5880f77556681bd1e53657
KVM: x86/xen: update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present

The scaling information in subleaf 1 should match the values set by KVM in
the 'vcpu_info' sub-structure 'time_info' (a.k.a. pvclock_vcpu_time_info)
which is shared with the guest, but is not directly available to the VMM.
The offset values are not set since a TSC offset is already applied.
The TSC frequency should also be set in sub-leaf 2.

Signed-off-by: Paul Durrant <pdurrant@amazon.com>
Reviewed-by: David Woodhouse <dwmw@amazon.co.uk>
Link: https://lore.kernel.org/r/20230106103600.528-3-pdurrant@amazon.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/include/asm/kvm_host.h
arch/x86/include/asm/xen/hypervisor.h
arch/x86/kvm/cpuid.c
arch/x86/kvm/x86.c
arch/x86/kvm/xen.c
arch/x86/kvm/xen.h