struct xpum_vgpu_precheck_result_t

Overview

#include <xpum_structs.h>

struct xpum_vgpu_precheck_result_t
{
    // fields

    bool vmxFlag;
    bool iommuStatus;
    bool sriovStatus;
    char vmxMessage[XPUM_MAX_STR_LENGTH];
    char iommuMessage[XPUM_MAX_STR_LENGTH];
    char sriovMessage[XPUM_MAX_STR_LENGTH];
};

Detailed Documentation

Fields

bool vmxFlag

VMX flag.

bool iommuStatus

IOMMU status flag.

bool sriovStatus

SR-IOV status flag.

char vmxMessage[XPUM_MAX_STR_LENGTH]

Message of VMX flag checking.

char iommuMessage[XPUM_MAX_STR_LENGTH]

Message of IOMMU status checking.

char sriovMessage[XPUM_MAX_STR_LENGTH]

Message of SR-IOV status checking.