cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Eric B Munson12100.00%1100.00%
Total12100.00%1100.00%


static inline unsigned int kvm_arch_para_features(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Marcelo Tosatti13100.00%1100.00%
Total13100.00%1100.00%


static inline unsigned int kvm_arch_para_hints(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Wanpeng Li13100.00%1100.00%
Total13100.00%1100.00%


static inline bool kvm_para_available(void) { return false; }

Contributors

PersonTokensPropCommitsCommitProp
James Hogan12100.00%1100.00%
Total12100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Eric B Munson2133.33%116.67%
Wanpeng Li1320.63%116.67%
Marcelo Tosatti1320.63%116.67%
James Hogan1219.05%116.67%
David Howells34.76%116.67%
Greg Kroah-Hartman11.59%116.67%
Total63100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.