Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / include / linux / kvm_para.h
blob51f6ef2c2ff461a0b80ea121ad48545b31473d03
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LINUX_KVM_PARA_H
3 #define __LINUX_KVM_PARA_H
5 #include <uapi/linux/kvm_para.h>
8 static inline bool kvm_para_has_feature(unsigned int feature)
10 return !!(kvm_arch_para_features() & (1UL << feature));
12 #endif /* __LINUX_KVM_PARA_H */