commit | 0d551bb698e1328f685ae3611c4a4a96f41bef97 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Thu May 31 15:23:35 2007 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Mon Jul 16 12:05:44 2007 +0300 |
tree | 4668ee0dc19571e4f05443555ec0e807692572e6 | |
parent | a18de5a403f9b5010527b2e7b05049b539b4facd [diff] |
KVM: Make shadow pte updates atomic With guest smp, a second vcpu might see partial updates when the first vcpu services a page fault. So delay all updates until we have figured out what the pte should look like. Note that on i386, this is still not completely atomic as a 64-bit write will be split into two on a 32-bit machine. Signed-off-by: Avi Kivity <avi@qumranet.com>