Already tried the instructions to enable nested virtualization on host as described above
including reboot.
Even got the following output from host
cat /sys/module/kvm_intel/parameters/nested
Y
But from vm trying to verify vm has enabled virtualization running command
sudo kvm-ok
expecting to get
INFO: /dev/kvm exists
KVM acceleration can be used
but instead get the following:
INFO: Your CPU does not support KVM extensions
KVM acceleration can NOT be used
I guess requires additional change so I tried to follow up. According withdocumentation
around this topic need to set nested virtualization in vort-manager but only found how to
do it in other patforms instead oVirt. Do you have idea how to do it?