Now that we have nested SVM in place, let's make use of it and virtualize something non-kvm. The first interesting target that came to my mind here was Hyper-V. This patchset makes Windows Server 2008 boot with Hyper-V, which runs the "dom0" in virtualized mode already. I haven't been able to run a second VM within for now though, but maybe I just wasn't patient enough ;-). Alexander Graf (6): Add definition for IGNNE MSR MMU: don't bail on PAT bits in PTE Emulator: Inject #PF when page was not found Implement Hyper-V MSRs Nested SVM: Implement INVLPGA Nested SVM: Improve interrupt injection arch/x86/include/asm/msr-index.h | 1 + arch/x86/kvm/mmu.c | 2 +- arch/x86/kvm/svm.c | 59 +++++++++++++++++++++++++++---------- arch/x86/kvm/x86.c | 7 +++- 4 files changed, 50 insertions(+), 19 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html