Skip to content
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment