GVM User Suite
User tools for the GVM open source project.
|
Structure to handle GPU Configurations. More...
#include <configs.h>
Data Fields | |
struct Gpu * | gpus |
List of gpus. More... | |
size_t | gpu_size |
How many gpus are in the list of gpus. More... | |
struct MDevRequest * | requests |
List of requested mdevs. More... | |
size_t | mdev_size |
How many requested mdevs are in the list of mdevs. More... | |
Structure to handle GPU Configurations.
This structure works on implementing the GPU configurations necessary to generate the Mediated GPUs.
size_t GpuConfig::gpu_size |
size_t GpuConfig::mdev_size |
struct MDevRequest* GpuConfig::requests |