cregit-Linux how code gets into the kernel

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

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 bool kvm_para_available(void) { return false; }

Contributors

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

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Eric B Munson2142.86%125.00%
Marcelo Tosatti1326.53%125.00%
James Hogan1224.49%125.00%
David Howells36.12%125.00%
Total49100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.