KVM: VMX: Don't adjust tsc offset forward
authorAvi Kivity <avi@qumranet.com>
Tue, 4 Mar 2008 08:44:51 +0000 (10:44 +0200)
committerAvi Kivity <avi@qumranet.com>
Sun, 27 Apr 2008 08:53:27 +0000 (11:53 +0300)
Most Intel hosts have a stable tsc, and playing with the offset only
reduces accuracy.  By limiting tsc offset adjustment only to forward updates,
we effectively disable tsc offset adjustment on these hosts.

Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found