mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
Documentation: KVM: fix malformed table
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 5f6a3badbb ("KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs")
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -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: |
|
||||
+-------------------------------------+-----------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user