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:
d3edefc
)
KVM: SVM: Don't save/restore host cr2
author
Avi Kivity
<avi@redhat.com>
Tue, 16 Jun 2009 09:36:33 +0000
(12:36 +0300)
committer
Avi Kivity
<avi@redhat.com>
Thu, 10 Sep 2009 05:32:58 +0000
(08:32 +0300)
The host never reads cr2 in process context, so are free to clobber it. The
vmx code does this, so we can safely remove the save/restore code.
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found