]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_arch
authorHaozhong Zhang <haozhong.zhang@intel.com>
Tue, 20 Oct 2015 07:39:02 +0000 (15:39 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 10 Nov 2015 11:06:14 +0000 (12:06 +0100)
commit111da69bda597b3a70aa404b78d36388fb918c1d
tree71b28b521c58e56b8a940faec01079e4c9cce9ba
parent1257f726f534bcf27ecb302daf7a990e27f8ab05
KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_arch

This patch moves the field of TSC scaling ratio from the architecture
struct vcpu_svm to the common struct kvm_vcpu_arch.

Signed-off-by: Haozhong Zhang <haozhong.zhang@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm.c
arch/x86/kvm/x86.c