Release 4.12 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 | 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 | 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 | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Eric B Munson | 21 | 42.86% | 1 | 25.00% |
Marcelo Tosatti | 13 | 26.53% | 1 | 25.00% |
James Hogan | 12 | 24.49% | 1 | 25.00% |
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.