[PATCH 1/6] KVM: SVM: Implement infrastructure for TSC_RATE_MSR

2011-03-25 Thread Joerg Roedel
This patch enhances the kvm_amd module with functions to support the TSC_RATE_MSR which can be used to set a given tsc frequency for the guest vcpu. Signed-off-by: Joerg Roedel --- arch/x86/include/asm/msr-index.h |1 + arch/x86/kvm/svm.c | 54

Re: [PATCH 1/6] KVM: SVM: Implement infrastructure for TSC_RATE_MSR

2011-03-24 Thread Joerg Roedel
On Thu, Mar 24, 2011 at 11:51:59AM +0200, Avi Kivity wrote: > On 03/24/2011 09:40 AM, Joerg Roedel wrote: >> This patch enhances the kvm_amd module with functions to >> support the TSC_RATE_MSR which can be used to set a given >> tsc frequency for the guest vcpu. >> >> >> @@ -1141,6 +1175,9 @@ stat

Re: [PATCH 1/6] KVM: SVM: Implement infrastructure for TSC_RATE_MSR

2011-03-24 Thread Avi Kivity
On 03/24/2011 09:40 AM, Joerg Roedel wrote: This patch enhances the kvm_amd module with functions to support the TSC_RATE_MSR which can be used to set a given tsc frequency for the guest vcpu. @@ -1141,6 +1175,9 @@ static void svm_vcpu_load(struct kvm_vcpu *vcpu, int cpu) for (i = 0; i

[PATCH 1/6] KVM: SVM: Implement infrastructure for TSC_RATE_MSR

2011-03-24 Thread Joerg Roedel
This patch enhances the kvm_amd module with functions to support the TSC_RATE_MSR which can be used to set a given tsc frequency for the guest vcpu. Signed-off-by: Joerg Roedel --- arch/x86/include/asm/msr-index.h |1 + arch/x86/kvm/svm.c | 44

[PATCH 1/6] KVM: SVM: Implement infrastructure for TSC_RATE_MSR

2011-03-15 Thread Joerg Roedel
This patch enhances the kvm_amd module with functions to support the TSC_RATE_MSR which can be used to set a given tsc frequency for the guest vcpu. Signed-off-by: Joerg Roedel --- arch/x86/include/asm/msr-index.h |1 + arch/x86/kvm/svm.c | 44