]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: Convert TSC writes to TSC offset writes
authorZachary Amsden <zamsden@redhat.com>
Fri, 20 Aug 2010 08:07:16 +0000 (22:07 -1000)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:51:22 +0000 (10:51 +0200)
commit7b6f4519af454fb6c44906861949126f229bf58f
tree0f494d950f3582d0ed4bb8218cdf6541578a2d46
parent255d52cd1cb6c694cc0d7655f581c0cd526bb190
KVM: x86: Convert TSC writes to TSC offset writes

Change svm / vmx to be the same internally and write TSC offset
instead of bare TSC in helper functions.  Isolated as a single
patch to contain code movement.

Signed-off-by: Zachary Amsden <zamsden@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c