I am looking for some advice on configuring KVM on Red Hat 6.5 so that it is able to run Red Hat Hypervisor as a virtual guest.
When I am running Red Hat Virtialization Hypervisor as KVM guest then it is not detaching underlying hardware and thus shows a message that Virtualization Hardware not detected.
I'm sure there is a way to run Hypervisors as Nested KVM guests but can't really get hold of the exact configuration.
Can anyone out there help in that.
Thanks, Sandeep
So I'm managed to run the nested Hypervisor inside KVM and it turns out to me that the Red Hat Kernel 2.6.32 did not support the nested keyword when it was passed using kvm-intel.nested=1
so that is the reason there was no file such as /sys/module/kvm_intel/parameters/nested
It worked for me in kernel 3.10
I installed it set the nested parameter. Created new VM, modified it's cpu and set as per the host CPU so that it can detect vmx extension Started Red Hat hypervisor and it detected the hardware.
hope it helps others.
Thanks,
grep ^flags /proc/cpuinfo
nested=Y
set - checkcat /sys/module/kvm_*/parameters/nested
virsh dump <vm name>
for a stanza likeRecently,i'm trying to run xen hypervisor inside kvm .
I found that RHEL6 did not support Nested virtualization. see this redhat maillist
----- Original Message -----
Not until RHEL 7, however it does work (but not supported) on AMD hardware.
But centos6 support. see howto