You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
With the release of Ubuntu 24.04, NVIDIA introduced a vendor-specific VFIO framework that does not support the legacy mediated driver (mdev). This issue is to adapt the vgu KVM action script to support this new mode.
The new logic will implement the following configuration steps:
Define a suitable method to use the legacy or proprietary mdev framework
Update src/vmm_mad/remotes/kvm/vgpu to perform the above configuration
Update libvirtKVM.cc to generate the proper hostdev configuration
Update Template tab in Sunstone
Interface Changes
All existing attributes should be preserved. Maybe a new attribute to set the vGPU framework would be needed e.g. NVIDIA_MDEV_TYPE=<mdev|vendor> or similar
Template tab in Sunstone should include the new attributes if any
Additional Context
Progress Status
Code committed
Testing - QA
Documentation (Release notes - resolved issues, compatibility, known issues)
The text was updated successfully, but these errors were encountered:
Description
With the release of Ubuntu 24.04, NVIDIA introduced a vendor-specific VFIO framework that does not support the legacy mediated driver (mdev). This issue is to adapt the vgu KVM action script to support this new mode.
The new logic will implement the following configuration steps:
The driver should check that the
$profile
is listed in thecreatable_vgpu_types
file.Deactivation is performed by removing the vGPU (current_vgpu_type = 0) on the virtual function
The vGPU should be added to the VM domain as a pci device like:
Actions
src/vmm_mad/remotes/kvm/vgpu
to perform the above configurationInterface Changes
NVIDIA_MDEV_TYPE=<mdev|vendor>
or similarAdditional Context
Progress Status
The text was updated successfully, but these errors were encountered: