Hide Forgot
Created attachment 829764 [details] Patch that uses the right nestedvt flag on AMD-based systems. Description of problem: vdsm-hook-nestedvt uses kvm_intel-only syntax Version-Release number of selected component (if applicable): All versions that I checked. How reproducible: Use an amd-based node with oVirt and try to use nested virtualization. Steps to Reproduce: 1. Install vdsm-hook-nestedvt on AMD-based oVirt node. 2. Start VM 3. Look in the vdsm log for the generated VM XML Actual results: No svm flag is added to cpu definition. Expected results: An svm flag is added to cpu definition. Additional info: kvm_amd uses "1" for it's nested flag, kvm_intel uses "Y" Attached is a simple patch that fixes the behaviour on my systems.
setting target release to current version for consideration and review. please do not push non-RFE bugs to an undefined target release to make sure bugs are reviewed for relevancy, fix, closure, etc.
This should be fixed in 3.4.0 beta1
verified in beta3 vm cpu definition: <cpu match="exact"> <model>Opteron_G2</model> <topology cores="1" sockets="160" threads="1"/> <feature name="svm" policy="require"/></cpu>
this is an automated message: moving to Closed CURRENT RELEASE since oVirt 3.4.0 has been released