On Sun, Apr 21, 2013 at 11:38:54AM +0200, AL13N wrote:> Hi, this is likely a stupid question, but after loading the XEN hypervisor,
> i''m unable to load the kvm-intel module later on. i suppose these
conflict with
> each other? or is there a way to actually do this?
>
Yes, Xen hypervisor (xen.gz) is already using the CPU virtualization extensions,
so they''re not available (for KVM) in dom0 kernel.
What you could do is create a Xen HVM guest with Nested Virtualization enabled,
then you should be able to run KVM in the VM.
-- Pasi