From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH 0/7] KVM: nVMX: Enable unrestricted guest mode and fix some nEPT issues Date: Sun, 4 Aug 2013 19:48:59 +0200 Message-ID: Cc: kvm , Xiao Guangrong , Jun Nakajima , Yang Zhang To: Gleb Natapov , Paolo Bonzini Return-path: Received: from mout.web.de ([212.227.15.4]:55222 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752773Ab3HDRtU (ORCPT ); Sun, 4 Aug 2013 13:49:20 -0400 Received: from localhost.localdomain ([95.157.58.223]) by smtp.web.de (mrweb004) with ESMTPSA (Nemesis) id 0MDByG-1UpYpM2OWi-00GWPD for ; Sun, 04 Aug 2013 19:49:18 +0200 Sender: kvm-owner@vger.kernel.org List-ID: These patches apply on top of nEPT v6 and basically enable unrestricted guest mode to be used by L1. Jan Kiszka (7): KVM: nEPT: Advertise WB type EPTP KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_state KVM: nVMX: Enable unrestricted guest mode support KVM: nVMX: Fix guest CR3 read-back on VM-exit KVM: nVMX: Load nEPT state after EFER KVM: nVMX: Implement support for EFER saving on VM-exit KVM: nVMX: Update mmu.base_role.nxe after EFER loading on VM-entry/exit arch/x86/kvm/vmx.c | 44 ++++++++++++++++++++++++++++++-------------- 1 files changed, 30 insertions(+), 14 deletions(-) -- 1.7.3.4