Function nested_feature_available

Source
fn nested_feature_available(
    entries: &[CpuIdEntry],
    manufacturer: CpuManufacturer,
) -> bool
Expand description

Whether entries advertise the nested virtualization feature for the host’s own vendor: VMX on Intel, SVM on AMD.