]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - arch/x86/kvm/x86.c
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)
commitad721883e9c5f46cc5fa9496bc12c097c6238b4a
tree71b28b521c58e56b8a940faec01079e4c9cce9ba
parentbc9b961b357ea8129d75613b7af4fdf57ced9b9f
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