We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a303def commit 562f5bcCopy full SHA for 562f5bc
arch/x86/kvm/mmu/spte.h
@@ -363,7 +363,7 @@ static __always_inline bool is_rsvd_spte(struct rsvd_bits_validate *rsvd_check,
363
* A shadow-present leaf SPTE may be non-writable for 4 possible reasons:
364
*
365
* 1. To intercept writes for dirty logging. KVM write-protects huge pages
366
- * so that they can be split be split down into the dirty logging
+ * so that they can be split down into the dirty logging
367
* granularity (4KiB) whenever the guest writes to them. KVM also
368
* write-protects 4KiB pages so that writes can be recorded in the dirty log
369
* (e.g. if not using PML). SPTEs are write-protected for dirty logging
0 commit comments