Release 4.12 include/linux/kvm_para.h
#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
Person | Tokens | Prop | Commits | CommitProp |
Anthony Liguori | 17 | 68.00% | 1 | 33.33% |
Yaowei Bai | 6 | 24.00% | 1 | 33.33% |
Christian Bornträger | 2 | 8.00% | 1 | 33.33% |
Total | 25 | 100.00% | 3 | 100.00% |
#endif /* __LINUX_KVM_PARA_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Anthony Liguori | 21 | 56.76% | 1 | 20.00% |
Ingo Molnar | 6 | 16.22% | 1 | 20.00% |
Yaowei Bai | 6 | 16.22% | 1 | 20.00% |
Christian Bornträger | 3 | 8.11% | 1 | 20.00% |
David Howells | 1 | 2.70% | 1 | 20.00% |
Total | 37 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.