git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85a3318
)
KVM: x86: Fix SVM VMCB reset
author
Zachary Amsden
<zamsden@redhat.com>
Fri, 20 Aug 2010 08:07:18 +0000
(22:07 -1000)
committer
Avi Kivity
<avi@redhat.com>
Mon, 11 Oct 2010 10:36:07 +0000
(12:36 +0200)
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>
No differences found