Re: [Xen-devel] [PATCH v2 01/14] svm: Fix incorrect TSC scaling

2015-12-07 Thread Boris Ostrovsky
On 12/06/2015 03:58 PM, Haozhong Zhang wrote: SVM TSC ratio is incorrectly used in the current svm_get_tsc_offset(). This patch replaces the scaling logic in svm_get_tsc_offset() with a correct implementation. Signed-off-by: Haozhong Zhang Reviewed-by: Boris Ostrovsky

[Xen-devel] [PATCH v2 01/14] svm: Fix incorrect TSC scaling

2015-12-06 Thread Haozhong Zhang
SVM TSC ratio is incorrectly used in the current svm_get_tsc_offset(). This patch replaces the scaling logic in svm_get_tsc_offset() with a correct implementation. Signed-off-by: Haozhong Zhang --- xen/arch/x86/hvm/svm/svm.c | 41 - 1 file changed, 32 inse