KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOG
[linux-2.6-block.git] / Documentation / admin-guide / kernel-parameters.txt
index 5d80a0faa0961cd3a45a97f6d8ef44cd8963bf9a..2a9746fe6c4ab64638d2caca2cf648a5f0f35c83 100644 (file)
                        KVM_DIRTY_LOG_INITIALLY_SET is enabled or disabled. If
                        disabled, all huge pages in a memslot will be eagerly
                        split when dirty logging is enabled on that memslot. If
-                       enabled, huge pages will not be eagerly split.
+                       enabled, eager page splitting will be performed during
+                       the KVM_CLEAR_DIRTY ioctl, and only for the pages being
+                       cleared.
 
                        Eager page splitting currently only supports splitting
                        huge pages mapped by the TDP MMU.