Re: [PATCH V6 0/2] Enable guest use of TSC_ADJUST functionality

2012-11-30 Thread Marcelo Tosatti
On Thu, Nov 29, 2012 at 12:41:19PM -0800, Will Auld wrote: I have re-based this patch set version (V6) to kvm.git's queue branch. Will Auld (2): Add code to track call origin for msr assignment. Enabling IA32_TSC_ADJUST for KVM guest VM support Applied, thanks. -- To unsubscribe from

[PATCH V6 0/2] Enable guest use of TSC_ADJUST functionality

2012-11-29 Thread Will Auld
I have re-based this patch set version (V6) to kvm.git's queue branch. Will Auld (2): Add code to track call origin for msr assignment. Enabling IA32_TSC_ADJUST for KVM guest VM support arch/x86/include/asm/cpufeature.h | 1 + arch/x86/include/asm/kvm_host.h | 14 ---