Nested Virtualisation and Hyper-V

Hi all,

We’ve been running KVM for virtualisation for quite some time now, so I’m reasonably comfortable with it. I’ve just started to look at nested virtualisation (after initially dismissing it as witch-craft), and have successfully nested KVM under KVM (physical host is running Fedora 19 with some Intel Nehalem Xeon CPUs), which is going to be invaluable for us when testing out the new version of oVirt. We wanted to have a look at Hyper-V as we may be called on to support it for VDI, so we thought we’d try it under nested virtualisation (it would save using more physical hardware for a test environment), but thus far I’ve been having some issues getting it installed at all. I’ve got Windows 2012 R2 installed without problem, but when I come to install the Hyper-V feature, it tells me that it can’t be installed as a hypervisor is already running. I’ve made sure that the vmx flag is being passed across, I’ve even told virt-manager to copy the host CPU configuration, but still it’s not having any of it. As a last ditch attempt, I made sure I wasn’t using any virtio devices, just incase Windows was being extra picky about determining whether its running in a VM or not. Google searches have offered some anecdotal evidence of a few people having at least a partially working Hyper-V install with Windows 2008, but no indication of any configuration that they’ve done to get there. Most results are to do with a configuration change that VMware users have to do to get around the same problem (it’s a setting in the .vmx file to do with the CPUID).

Has anyone here successfully had Hyper-V running under KVM? Or does anyone have any ideas of what I might try next (aside from resign myself to running Hyper-V on physical hardware/throw it away all-together)?

Here’s my qemu command line:

Thanks,

Martin