commit | cd5998ebfbc9e6cb44408efa217c15d7eea13675 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Fri Aug 22 19:19:38 2008 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Mon Aug 25 17:24:27 2008 +0300 |
tree | d0ec4fa1d772c385ea71a1d5a5aa0646710ca3f7 | |
parent | 18b13e5457041429af3974afd52f647c3a5465dd [diff] |
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: Avi Kivity <avi@qumranet.com>