Skip to content

Commit 35ff7bf

Browse files
committed
Documentation: KVM: fix malformed table
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Fixes: 5f6a3ba ("KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs") Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent 2e9a2c6 commit 35ff7bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/virt/kvm/locking.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ writable between reading spte and updating spte. Like below case:
157157
+-------------------------------------------------------------------------+
158158
| At the beginning:: |
159159
| |
160-
| spte.W = 0 |
161-
| spte.Accessed = 1 |
160+
| spte.W = 0 |
161+
| spte.Accessed = 1 |
162162
+-------------------------------------+-----------------------------------+
163163
| CPU 0: | CPU 1: |
164164
+-------------------------------------+-----------------------------------+

0 commit comments

Comments
 (0)