pub fn make_hv_cpuid_leaves(
features: HvFeatures,
enlightenments: HvEnlightenmentInformation,
max_cpus: u32,
) -> [(CpuidFunction, CpuidResult); 3]
Expand description
Converts the given features and enlightenment information into a set of synthetic cpuid leaves.