From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 1/2][v2] KVM: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl Date: Tue, 21 Jul 2009 13:50:41 -0300 Message-ID: <20090721165041.GD4188@amt.cnet> References: <1248144169-1952-1-git-send-email-sheng@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Avi Kivity To: Sheng Yang Return-path: Received: from mx2.redhat.com ([66.187.237.31]:50553 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755728AbZGURLH (ORCPT ); Tue, 21 Jul 2009 13:11:07 -0400 Content-Disposition: inline In-Reply-To: <1248144169-1952-1-git-send-email-sheng@linux.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Jul 21, 2009 at 10:42:48AM +0800, Sheng Yang wrote: > Now KVM allow guest to modify guest's physical address of EPT's identity mapping page. > > (change from v1, discard unnecessary check, change ioctl to accept parameter > address rather than value) > > Signed-off-by: Sheng Yang > --- > arch/x86/include/asm/kvm_host.h | 1 + > arch/x86/kvm/vmx.c | 13 +++++++++---- > arch/x86/kvm/x86.c | 19 +++++++++++++++++++ > include/linux/kvm.h | 2 ++ > 4 files changed, 31 insertions(+), 4 deletions(-) Applied both, thanks.