[][src]Constant kvm_ioctls::MAX_KVM_CPUID_ENTRIES

pub const MAX_KVM_CPUID_ENTRIES: usize

Maximum number of CPUID entries that can be returned by a call to KVM ioctls.

This value is taken from Linux Kernel v4.14.13 (arch/x86/include/asm/kvm_host.h). It can be used for calls to get_supported_cpuid and get_emulated_cpuid.