Release 4.15 include/linux/kvm_para.h
/* 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
| 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 | 55.26% | 1 | 16.67% |
| Ingo Molnar | 6 | 15.79% | 1 | 16.67% |
| Yaowei Bai | 6 | 15.79% | 1 | 16.67% |
| Christian Bornträger | 3 | 7.89% | 1 | 16.67% |
| David Howells | 1 | 2.63% | 1 | 16.67% |
| Greg Kroah-Hartman | 1 | 2.63% | 1 | 16.67% |
| Total | 38 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.