Skip to content
Snippets Groups Projects
Commit cd5998eb authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: MMU: Fix torn shadow pte


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: default avatarAvi Kivity <avi@qumranet.com>
parent 18b13e54
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment