From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nitin A Kamble Subject: [PATCH KVM VMX 0/2] Enable Unrestricted Guest Date: Thu, 4 Jun 2009 15:25:07 -0700 Message-ID: References: Cc: avi@redhat.com, Nitin A Kamble To: kvm@vger.kernel.org Return-path: Received: from mga02.intel.com ([134.134.136.20]:3862 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751468AbZFDW0f (ORCPT ); Thu, 4 Jun 2009 18:26:35 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Hi Avi, I have modified the earlier patch as per you comments. I have prepared a separate patch for renaming rmode.active to rmode.vm86_active. And 2nd patch enables the Unrestricted Guest feature in the KVM. This patch will also work with unfixed (cpu reset state) qemu. Please apply. Thanks & Regards, Nitin Nitin A Kamble (2): KVM: VMX: Rename rmode.active to rmode.vm86_active KVM: VMX: Support Unrestricted Guest feature arch/x86/include/asm/kvm_host.h | 14 ++++--- arch/x86/include/asm/vmx.h | 1 + arch/x86/kvm/vmx.c | 77 +++++++++++++++++++++++++++++---------- 3 files changed, 66 insertions(+), 26 deletions(-)