diff options
author | Yunhong Jiang <yunhong.jiang@intel.com> | 2016-07-21 17:36:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-21 17:36:25 +0000 |
commit | 4463d0ee0febf49c4291962c8326301e3efd27f6 (patch) | |
tree | 32cfc4e70dd5a71c2762b60e04879a59f00275f9 /kernel/arch/x86/include | |
parent | d4078255a831c04c84fdd96ed85f6645af3c94db (diff) | |
parent | 09c7dd2e0b05c5bc2def37e525a98e6b344d56f5 (diff) |
Merge "kvm: vmx: hook preemption timer support"
Diffstat (limited to 'kernel/arch/x86/include')
-rw-r--r-- | kernel/arch/x86/include/asm/kvm_host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/arch/x86/include/asm/kvm_host.h b/kernel/arch/x86/include/asm/kvm_host.h index 21637c9e9..fe68e836e 100644 --- a/kernel/arch/x86/include/asm/kvm_host.h +++ b/kernel/arch/x86/include/asm/kvm_host.h @@ -983,6 +983,8 @@ extern u32 kvm_max_guest_tsc_khz; extern u8 kvm_tsc_scaling_ratio_frac_bits; /* maximum allowed value of TSC scaling ratio */ extern u64 kvm_max_tsc_scaling_ratio; +/* 1ull << kvm_tsc_scaling_ratio_frac_bits */ +extern u64 kvm_default_tsc_scaling_ratio; enum emulation_result { EMULATE_DONE, /* no further processing */ |