Function process_hv_cpuid_leaves

Source
pub fn process_hv_cpuid_leaves(
    leaves: &mut Vec<CpuidLeaf>,
    hide_isolation: bool,
    hv_version: [u32; 4],
)
Expand description

Adds the standard hypervisor leaves and version information, and filters out information we shouldn’t expose if we’re hiding isolation.