|
@@ -109,6 +109,10 @@ bool __read_mostly kvm_has_tsc_control;
|
|
|
EXPORT_SYMBOL_GPL(kvm_has_tsc_control);
|
|
|
u32 __read_mostly kvm_max_guest_tsc_khz;
|
|
|
EXPORT_SYMBOL_GPL(kvm_max_guest_tsc_khz);
|
|
|
+u8 __read_mostly kvm_tsc_scaling_ratio_frac_bits;
|
|
|
+EXPORT_SYMBOL_GPL(kvm_tsc_scaling_ratio_frac_bits);
|
|
|
+u64 __read_mostly kvm_max_tsc_scaling_ratio;
|
|
|
+EXPORT_SYMBOL_GPL(kvm_max_tsc_scaling_ratio);
|
|
|
|
|
|
/* tsc tolerance in parts per million - default to 1/2 of the NTP threshold */
|
|
|
static u32 __read_mostly tsc_tolerance_ppm = 250;
|