Documentation: KVM: fix malformed table
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Nov 2024 12:19:23 +0000 (07:19 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Nov 2024 12:20:01 +0000 (07:20 -0500)
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 5f6a3badbb74 ("KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs")
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/virt/kvm/locking.rst

index f463ac4..c56d5f2 100644 (file)
@@ -157,8 +157,8 @@ writable between reading spte and updating spte. Like below case:
 +-------------------------------------------------------------------------+
 | At the beginning::                                                      |
 |                                                                         |
-|      spte.W = 0                                                              |
-|      spte.Accessed = 1                                                       |
+|  spte.W = 0                                                             |
+|  spte.Accessed = 1                                                      |
 +-------------------------------------+-----------------------------------+
 | CPU 0:                              | CPU 1:                            |
 +-------------------------------------+-----------------------------------+