#ifndef _ASM_GENERIC_KVM_PARA_H #define _ASM_GENERIC_KVM_PARA_H #include /* * 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; } static inline unsigned int kvm_arch_para_features(void) { return 0; } static inline bool kvm_para_available(void) { return false; } #endif et-next.git Git repository'/>
summaryrefslogtreecommitdiff
lper
AgeCommit message (Expand)AuthorFilesLines
Florian Westphal2-2/+9
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-1/+1
2017-02-02netfilter: reduce direct skb->nfct usageFlorian Westphal1-3/+6
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal1-1/+1