<!-- disable nested HVM -->
<feature name='vmx' policy='disable'/>
<feature name='svm' policy='disable'/>
You probably need to start with enabling that part of xen.xml
Keep in mind, it’s disabled for a reason.
<!-- disable nested HVM -->
<feature name='vmx' policy='disable'/>
<feature name='svm' policy='disable'/>
You probably need to start with enabling that part of xen.xml
Keep in mind, it’s disabled for a reason.