Function make_isolated_hv_cpuid_leaves

Source
pub fn make_isolated_hv_cpuid_leaves(
    hardware_features: HvHardwareFeatures,
    isolation_config: HvIsolationConfiguration,
) -> [(CpuidFunction, CpuidResult); 2]
Expand description

Converts the given features and enlightenment information into a set of synthetic cpuid leaves for isolated VMs.