Release 4.7 include/asm-generic/kvm_para.h
#ifndef _ASM_GENERIC_KVM_PARA_H
#define _ASM_GENERIC_KVM_PARA_H
#include <uapi/asm-generic/kvm_para.h>
/*
* This function is used by architectures that support kvm to avoid issuing
* false soft lockup messages.
*/
static inline bool kvm_check_and_clear_guest_paused(void)
{
return false;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
eric b munson | eric b munson | 12 | 100.00% | 1 | 100.00% |
| Total | 12 | 100.00% | 1 | 100.00% |
static inline unsigned int kvm_arch_para_features(void)
{
return 0;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
marcelo tosatti | marcelo tosatti | 13 | 100.00% | 1 | 100.00% |
| Total | 13 | 100.00% | 1 | 100.00% |
static inline bool kvm_para_available(void)
{
return false;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
james hogan | james hogan | 12 | 100.00% | 1 | 100.00% |
| Total | 12 | 100.00% | 1 | 100.00% |
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
eric b munson | eric b munson | 21 | 42.86% | 1 | 25.00% |
marcelo tosatti | marcelo tosatti | 13 | 26.53% | 1 | 25.00% |
james hogan | james hogan | 12 | 24.49% | 1 | 25.00% |
david howells | david howells | 3 | 6.12% | 1 | 25.00% |
| Total | 49 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.