summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
diff options
context:
space:
mode:
authorSuraj Jitindar Singh2016-10-14 02:53:19 +0200
committerPaul Mackerras2016-11-28 01:48:47 +0100
commitec76d819d27040e418801d1a57bd3bdfde51019e (patch)
tree90a89b6eac9dbe1a5f545c8de06cdbaeb57074d2 /arch/powerpc/kvm
parentKVM: PPC: Correctly report KVM_CAP_PPC_ALLOC_HTAB (diff)
downloadkernel-qcow2-linux-ec76d819d27040e418801d1a57bd3bdfde51019e.tar.gz
kernel-qcow2-linux-ec76d819d27040e418801d1a57bd3bdfde51019e.tar.xz
kernel-qcow2-linux-ec76d819d27040e418801d1a57bd3bdfde51019e.zip
KVM: Export kvm module parameter variables
The kvm module has the parameters halt_poll_ns, halt_poll_ns_grow, and halt_poll_ns_shrink. Halt polling was recently added to the powerpc kvm-hv module and these parameters were essentially duplicated for that. There is no benefit to this duplication and it can lead to confusion when trying to tune halt polling. Thus move the definition of these variables to kvm_host.h and export them. This will allow the kvm-hv module to use the same module parameters by accessing these variables, which will be implemented in the next patch, meaning that they will no longer be duplicated. Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Diffstat (limited to 'arch/powerpc/kvm')
0 files changed, 0 insertions, 0 deletions