diff options
author | Parshuram Sangle <[email protected]> | 2023-11-02 21:16:28 +0530 |
---|---|---|
committer | Sean Christopherson <[email protected]> | 2024-06-03 08:51:51 -0700 |
commit | f8aadead19713c610c175a8d416bca6175e5840e (patch) | |
tree | 7f82225368e4708b36af903f30abee3df8328b2f | |
parent | aeb1b22a3ac8e94c791f06f16e921384794771fa (diff) |
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 <[email protected]>
Signed-off-by: Rajendran Jaishankar <[email protected]>
Signed-off-by: Parshuram Sangle <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[sean: drop unrelated and misleading doc update]
Signed-off-by: Sean Christopherson <[email protected]>
-rw-r--r-- | Documentation/virt/kvm/halt-polling.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/virt/kvm/halt-polling.rst b/Documentation/virt/kvm/halt-polling.rst index 64f32a81133f..a6790a67e205 100644 --- a/Documentation/virt/kvm/halt-polling.rst +++ b/Documentation/virt/kvm/halt-polling.rst @@ -79,11 +79,11 @@ adjustment of the polling interval. Module Parameters ================= -The kvm module has 3 tuneable module parameters to adjust the global max -polling interval as well as the rate at which the polling interval is grown and -shrunk. These variables are defined in include/linux/kvm_host.h and as module -parameters in virt/kvm/kvm_main.c, or arch/powerpc/kvm/book3s_hv.c in the -powerpc kvm-hv case. +The kvm module has 4 tunable module parameters to adjust the global max polling +interval, the initial value (to grow from 0), and the rate at which the polling +interval is grown and shrunk. These variables are defined in +include/linux/kvm_host.h and as module parameters in virt/kvm/kvm_main.c, or +arch/powerpc/kvm/book3s_hv.c in the powerpc kvm-hv case. +-----------------------+---------------------------+-------------------------+ |Module Parameter | Description | Default Value | |