diff options
| author | Marcelo Tosatti <[email protected]> | 2007-12-07 07:56:58 -0500 |
|---|---|---|
| committer | Avi Kivity <[email protected]> | 2008-01-30 17:53:19 +0200 |
| commit | b3e4e63fd9ee8cd5d9047b89e0d463d5c48ee5b5 (patch) | |
| tree | a7e1cd372a26b36d9fc4d6a7a12523e07f7a9f5e /scripts | |
| parent | 80a8119ca3f021037b8513d39dbb0ffd1af86b20 (diff) | |
KVM: MMU: Use cmpxchg for pte updates on walk_addr()
In preparation for multi-threaded guest pte walking, use cmpxchg()
when updating guest pte's. This guarantees that the assignment of the
dirty bit can't be lost if two CPU's are faulting the same address
simultaneously.
[avi: fix kunmap_atomic() parameters]
Signed-off-by: Marcelo Tosatti <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions