Release 4.11 virt/kvm/vfio.h
#ifndef __KVM_VFIO_H
#define __KVM_VFIO_H
#ifdef CONFIG_KVM_VFIO
int kvm_vfio_ops_init(void);
void kvm_vfio_ops_exit(void);
#else
static inline int kvm_vfio_ops_init(void)
{
return 0;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Paolo Bonzini | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
static inline void kvm_vfio_ops_exit(void)
{
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Wanpeng Li | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
#endif
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Paolo Bonzini | 33 | 70.21% | 1 | 50.00% |
Wanpeng Li | 14 | 29.79% | 1 | 50.00% |
Total | 47 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.