Re: [PATCH -tip] x86: kvm replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h

2009-05-20 Thread Jaswinder Singh Rajput
Hello Avi, On Sun, 2009-05-17 at 21:48 +0300, Avi Kivity wrote: Jaswinder Singh Rajput wrote: If this patch looks sane to you can apply in kvm tree. Here is the updated patch based on kvm tree: [PATCH] x86: kvm replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h

Re: [PATCH -tip] x86: kvm replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h

2009-05-20 Thread Avi Kivity
Jaswinder Singh Rajput wrote: BTW, where you applied this patch. git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git is still showing old data. Sometimes things find their way into the queue branch. -- error compiling committee.c: too many arguments to function -- To unsubscribe

Re: [PATCH -tip] x86: kvm replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h

2009-05-17 Thread Avi Kivity
Jaswinder Singh Rajput wrote: If this patch looks sane to you can apply in kvm tree. Here is the updated patch based on kvm tree: [PATCH] x86: 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

Re: [PATCH -tip] x86: kvm replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h

2009-05-15 Thread Jaswinder Singh Rajput
Hello Avi, On Thu, 2009-05-14 at 11:57 +0530, Jaswinder Singh Rajput wrote: 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 jaswinderraj...@gmail.com --- If this

[PATCH -tip] x86: kvm replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h

2009-05-14 Thread Jaswinder Singh Rajput
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 jaswinderraj...@gmail.com --- arch/x86/include/asm/kvm_host.h |2 -- arch/x86/kvm/svm.c |4 ++--