commit | f4e1b3c8bd2a044cd0ccf80595bfd088a49fe60b | [log] [tgz] |
---|---|---|
author | Zachary Amsden <zamsden@redhat.com> | Thu Aug 19 22:07:16 2010 -1000 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:51:22 2010 +0200 |
tree | 0f494d950f3582d0ed4bb8218cdf6541578a2d46 | |
parent | ae38436b78a8abff767e2ac10e2cd663a7eef476 [diff] |
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>