commit | 2bacc55c7c3c61e356aef06b9a319b4cee90b519 | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <marcelo@kvack.org> | Wed Dec 12 10:46:12 2007 -0500 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:53:22 2008 +0200 |
tree | 8a1860bbcfe62970353b71260887449c334f5477 | |
parent | 62b9abaaf8423a3a38b938831b3b8431a6607ad8 [diff] |
KVM: MMU: emulated cmpxchg8b should be atomic on i386 Emulate cmpxchg8b atomically on i386. This is required to avoid a guest pte walker from seeing a splitted write. [avi: make it compile] Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Avi Kivity <avi@qumranet.com>