KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Fri, 15 May 2009 13:12:05 +0000 (18:42 +0530)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:32:38 +0000 (08:32 +0300)
commitaf24a4e4aec77ef16c1971cf4465f767ba946034
treee879b6a272affd8af9e26d008d9af7050921d69e
parentae0bb3e011fec51fa67073d8e23d8ffeb36185d1
KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h

Use standard msr-index.h's MSR declaration.

MSR_IA32_TSC is better than MSR_IA32_TIME_STAMP_COUNTER as it also solves
80 column issue.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c