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:
18b13e5
)
KVM: MMU: Fix torn shadow pte
author
Avi Kivity
<avi@qumranet.com>
Fri, 22 Aug 2008 16:19:38 +0000
(19:19 +0300)
committer
Avi Kivity
<avi@qumranet.com>
Mon, 25 Aug 2008 14:24:27 +0000
(17:24 +0300)
The shadow code assigns a pte directly in one place, which is nonatomic on
i386 can can cause random memory references. Fix by using an atomic setter.
Signed-off-by: Avi Kivity <avi@qumranet.com>
No differences found