From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v2 3/6] KVM: MMU: don't mark spte notrap if reserved bit set Date: Wed, 17 Nov 2010 13:56:59 -0200 Message-ID: <20101117155659.GC18959@amt.cnet> References: <4CE355A0.6020907@cn.fujitsu.com> <4CE355FD.70804@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , LKML , KVM To: Xiao Guangrong Return-path: Content-Disposition: inline In-Reply-To: <4CE355FD.70804@cn.fujitsu.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Wed, Nov 17, 2010 at 12:11:41PM +0800, Xiao Guangrong wrote: > If reserved bit is set, we need inject the #PF with PFEC.RSVD=1, > but shadow_notrap_nonpresent_pte injects #PF with PFEC.RSVD=0 only > > Signed-off-by: Xiao Guangrong > --- > arch/x86/kvm/paging_tmpl.h | 17 +++++++++++------ > 1 files changed, 11 insertions(+), 6 deletions(-) Applied, thanks.