summaryrefslogtreecommitdiff
path: root/bpfc/.gitignore
blob: 32aad4d4537ef26d0c36abbff8d7e36d246f1a91 (plain)
1
2
3
4
*.*

!.gitignore
!Makefile
authorSuresh Warrier <warrier@linux.vnet.ibm.com>2016-08-19 15:35:54 +1000
committerPaul Mackerras <paulus@ozlabs.org>2016-09-12 10:12:18 +1000
commit644abbb254b1ab171f777431b23e6fb5879599d0 (patch)
treea0a086f8d767d6ada28b095612e3a50a3eed6555
parentaf893c7dc941f2510d4f23e76e312c77c434b2f0 (diff)
KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypass
Add a module parameter kvm_irq_bypass for kvm_hv.ko to disable IRQ bypass for passthrough interrupts. The default value of this tunable is 1 - that is enable the feature. Since the tunable is used by built-in kernel code, we use the module_param_cb macro to achieve this. Signed-off-by: Suresh Warrier <warrier@linux.vnet.ibm.com> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Diffstat