Skip to content

Support AMD SVM flag in vGPU precheck#125

Open
Azerothian wants to merge 1 commit intointel:masterfrom
Azerothian:feature/support-amd-svm-vgpu-precheck
Open

Support AMD SVM flag in vGPU precheck#125
Azerothian wants to merge 1 commit intointel:masterfrom
Azerothian:feature/support-amd-svm-vgpu-precheck

Conversation

@Azerothian
Copy link

Summary

  • Fixes vGPU precheck failing on AMD systems by detecting the svm flag in addition to vmx from lscpu output
  • Updates the error message to reference both Intel VT and AMD-V

Fixes #124

Test plan

  • On Intel: lscpu output contains vmx — precheck passes (unchanged behavior)
  • On AMD: lscpu output contains svm — precheck now passes (previously failed)
  • On neither: error message says "No VMX/SVM flag, Please ensure Intel VT or AMD-V enabled in BIOS"

Check for both "vmx" (Intel VT) and "svm" (AMD-V) flags in lscpu
output so vGPU precheck passes on AMD systems with virtualization
enabled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to use the xpumcli vgpu with amd epyc svm

1 participant