Re: [Qemu-devel] Can KVM be enabled for Ubuntu Guest on Windows Host

2014-02-20 Thread Marcus
Sorry, for some reason I thought this was the CloudStack mailing list... On Thu, Feb 20, 2014 at 10:31 PM, Marcus wrote: > Nested virtualization will work, if the hypervisor you are using > supports passing the vmx flag in the guest. As far as I'm aware, > VMware fusion does, but qemu on windows

Re: [Qemu-devel] Can KVM be enabled for Ubuntu Guest on Windows Host

2014-02-20 Thread Marcus
Nested virtualization will work, if the hypervisor you are using supports passing the vmx flag in the guest. As far as I'm aware, VMware fusion does, but qemu on windows probably doesn't. I once made a few code changes to allow KVM guests to work without the need for vmx (for devcloud), but the r

[Qemu-devel] Can KVM be enabled for Ubuntu Guest on Windows Host

2014-02-20 Thread Shehbaz Jaffer
Hi, I wanted to know if I have a Windows Machine, and I run Ubuntu Guest on my Windows machine using QEMU, will I be able to enable kvm inside my Ubuntu VM? (Basically is nested virtualization support avaiable for Windows - Ubuntu - Another Guest?) Thankyou Shehbaz.