cregit-Linux how code gets into the kernel

Release 4.16 include/linux/kvm_para.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LINUX_KVM_PARA_H

#define __LINUX_KVM_PARA_H

#include <uapi/linux/kvm_para.h>



static inline bool kvm_para_has_feature(unsigned int feature) { return !!(kvm_arch_para_features() & (1UL << feature)); }

Contributors

PersonTokensPropCommitsCommitProp
Anthony Liguori1768.00%133.33%
Yaowei Bai624.00%133.33%
Christian Bornträger28.00%133.33%
Total25100.00%3100.00%

#endif /* __LINUX_KVM_PARA_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Anthony Liguori2155.26%116.67%
Yaowei Bai615.79%116.67%
Ingo Molnar615.79%116.67%
Christian Bornträger37.89%116.67%
Greg Kroah-Hartman12.63%116.67%
David Howells12.63%116.67%
Total38100.00%6100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.