commit | 47008cd887c1836bcadda123ba73e1863de7a6c4 | [log] [tgz] |
---|---|---|
author | Zachary Amsden <zamsden@redhat.com> | Thu Aug 19 22:07:19 2010 -1000 |
committer | Avi Kivity <avi@redhat.com> | Mon Oct 11 12:36:07 2010 +0200 |
tree | ea0bbcd104b7c882d008486de2fc725d0396fbf1 | |
parent | 58877679fd393d3ef71aa383031ac7817561463d [diff] |
KVM: x86: Move TSC reset out of vmcb_init The VMCB is reset whenever we receive a startup IPI, so Linux is setting TSC back to zero happens very late in the boot process and destabilizing the TSC. Instead, just set TSC to zero once at VCPU creation time. Why the separate patch? So git-bisect is your friend. Signed-off-by: Zachary Amsden <zamsden@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>