commit | 58877679fd393d3ef71aa383031ac7817561463d | [log] [tgz] |
---|---|---|
author | Zachary Amsden <zamsden@redhat.com> | Thu Aug 19 22:07:18 2010 -1000 |
committer | Avi Kivity <avi@redhat.com> | Mon Oct 11 12:36:07 2010 +0200 |
tree | 92188d827e4c5f32a2bf68ba88d5bbb9a7870b01 | |
parent | 85a331881dd52a93e7d4c57bcaf5486cc8718465 [diff] |
KVM: x86: Fix SVM VMCB reset On reset, VMCB TSC should be set to zero. Instead, code was setting tsc_offset to zero, which passes through the underlying TSC. Signed-off-by: Zachary Amsden <zamsden@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>