commit | e48672fa25e879f7ae21785c7efd187738139593 | [log] [tgz] |
---|---|---|
author | Zachary Amsden <zamsden@redhat.com> | Thu Aug 19 22:07:23 2010 -1000 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:51:23 2010 +0200 |
tree | bec27bad04ba6e933e72439cc565d2c752a31928 | |
parent | 6755bae8e69093b2994b6f29cd3eaecdf610374e [diff] |
KVM: x86: Unify TSC logic Move the TSC control logic from the vendor backends into x86.c by adding adjust_tsc_offset to x86 ops. Now all TSC decisions can be done in one place. Signed-off-by: Zachary Amsden <zamsden@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>