From: Paolo Bonzini Date: Wed, 13 Nov 2024 12:19:23 +0000 (-0500) Subject: Documentation: KVM: fix malformed table X-Git-Tag: v6.13-rc1~97^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35ff7bfb04af6d07af677357a15493ca0fbd739e;p=thirdparty%2Flinux.git Documentation: KVM: fix malformed table Reported-by: Stephen Rothwell Fixes: 5f6a3badbb74 ("KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs") Signed-off-by: Paolo Bonzini --- diff --git a/Documentation/virt/kvm/locking.rst b/Documentation/virt/kvm/locking.rst index f463ac42ac7a7..c56d5f26c7505 100644 --- a/Documentation/virt/kvm/locking.rst +++ b/Documentation/virt/kvm/locking.rst @@ -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: | +-------------------------------------+-----------------------------------+