linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] KVM: VMX: re-add ple_gap module parameter
@ 2018-11-23 17:02 Luiz Capitulino
  2018-11-23 17:42 ` Liran Alon
  0 siblings, 1 reply; 7+ messages in thread
From: Luiz Capitulino @ 2018-11-23 17:02 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: babu.moger, kvm, linux-kernel


Apparently, the ple_gap parameter was accidentally removed
by commit c8e88717cfc6b36bedea22368d97667446318291. Add it
back.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
---
 arch/x86/kvm/vmx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index 4555077d69ce..be6f13f1c25f 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -174,6 +174,7 @@ module_param_named(preemption_timer, enable_preemption_timer, bool, S_IRUGO);
  * refer SDM volume 3b section 21.6.13 & 22.1.3.
  */
 static unsigned int ple_gap = KVM_DEFAULT_PLE_GAP;
+module_param(ple_gap, uint, 0444);
 
 static unsigned int ple_window = KVM_VMX_DEFAULT_PLE_WINDOW;
 module_param(ple_window, uint, 0444);
-- 
2.17.2


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-11-28 16:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-23 17:02 [PATCH] KVM: VMX: re-add ple_gap module parameter Luiz Capitulino
2018-11-23 17:42 ` Liran Alon
2018-11-23 18:26   ` Luiz Capitulino
2018-11-28 15:57     ` Moger, Babu
2018-11-28 16:03       ` Luiz Capitulino
2018-11-28 16:11       ` Sasha Levin
2018-11-28 16:40         ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).