Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

KVM: Update halt polling documentation to note that KVM has 4 module params

Update KVM's halt-polling documentation to correclty reflect that KVM has
4 relevant module params, not 3 params.

Co-developed-by: Rajendran Jaishankar <jaishankar.rajendran@intel.com>
Signed-off-by: Rajendran Jaishankar <jaishankar.rajendran@intel.com>
Signed-off-by: Parshuram Sangle <parshuram.sangle@intel.com>
Link: https://lore.kernel.org/r/20231102154628.2120-3-parshuram.sangle@intel.com
[sean: drop unrelated and misleading doc update]
Signed-off-by: Sean Christopherson <seanjc@google.com>

authored by

Parshuram Sangle and committed by
Sean Christopherson
f8aadead aeb1b22a

+5 -5
+5 -5
Documentation/virt/kvm/halt-polling.rst
··· 79 79 Module Parameters 80 80 ================= 81 81 82 - The kvm module has 3 tuneable module parameters to adjust the global max 83 - polling interval as well as the rate at which the polling interval is grown and 84 - shrunk. These variables are defined in include/linux/kvm_host.h and as module 85 - parameters in virt/kvm/kvm_main.c, or arch/powerpc/kvm/book3s_hv.c in the 86 - powerpc kvm-hv case. 82 + The kvm module has 4 tunable module parameters to adjust the global max polling 83 + interval, the initial value (to grow from 0), and the rate at which the polling 84 + interval is grown and shrunk. These variables are defined in 85 + include/linux/kvm_host.h and as module parameters in virt/kvm/kvm_main.c, or 86 + arch/powerpc/kvm/book3s_hv.c in the powerpc kvm-hv case. 87 87 88 88 +-----------------------+---------------------------+-------------------------+ 89 89 |Module Parameter | Description | Default Value |