]> git.proxmox.com Git - pve-kernel-jessie.git/blame - kvm-dynamic-halt-polling-disable-default.patch
add scheduler fix for ceph on numa hosts
[pve-kernel-jessie.git] / kvm-dynamic-halt-polling-disable-default.patch
CommitLineData
4afd90e7
WB
1diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
2--- a/virt/kvm/kvm_main.c 2016-05-12 10:39:37.540387127 +0200
3+++ b/virt/kvm/kvm_main.c 2016-05-04 10:43:38.063996221 +0200
4@@ -71,7 +71,7 @@ static unsigned int halt_poll_ns = KVM_H
5 module_param(halt_poll_ns, uint, S_IRUGO | S_IWUSR);
6
7 /* Default doubles per-vcpu halt_poll_ns. */
8-static unsigned int halt_poll_ns_grow = 2;
9+static unsigned int halt_poll_ns_grow = 0;
10 module_param(halt_poll_ns_grow, int, S_IRUGO);
11
12 /* Default resets per-vcpu halt_poll_ns . */