mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02: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:
parent
2e9a2c624e
commit
35ff7bfb04
|
|
@ -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: |
|
||||
+-------------------------------------+-----------------------------------+
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user