Release 4.17 include/asm-generic/kvm_para.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 unsigned int kvm_arch_para_hints(void)
{
return 0;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Wanpeng Li | 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 | 33.33% | 1 | 16.67% |
Wanpeng Li | 13 | 20.63% | 1 | 16.67% |
Marcelo Tosatti | 13 | 20.63% | 1 | 16.67% |
James Hogan | 12 | 19.05% | 1 | 16.67% |
David Howells | 3 | 4.76% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 1.59% | 1 | 16.67% |
Total | 63 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.