From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH v3 03/13] nEPT: Add EPT tables support to paging_tmpl.h Date: Tue, 21 May 2013 12:01:02 +0300 Message-ID: <20130521090102.GA4725@redhat.com> References: <1368939152-11406-1-git-send-email-jun.nakajima@intel.com> <1368939152-11406-3-git-send-email-jun.nakajima@intel.com> <519B27AC.6090903@linux.vnet.ibm.com> <519B3095.5020209@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jun Nakajima , kvm@vger.kernel.org, Paolo Bonzini To: Xiao Guangrong Return-path: Received: from mx1.redhat.com ([209.132.183.28]:17167 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751817Ab3EUJBK (ORCPT ); Tue, 21 May 2013 05:01:10 -0400 Content-Disposition: inline In-Reply-To: <519B3095.5020209@linux.vnet.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, May 21, 2013 at 04:30:13PM +0800, Xiao Guangrong wrote: > >> @@ -772,6 +810,7 @@ static gpa_t FNAME(gva_to_gpa_nested)(struct kvm_vcpu *vcpu, gva_t vaddr, > >> > >> return gpa; > >> } > >> +#endif > > > > Strange! > > > > Why does nested ept not need these functions? How to emulate the instruction faulted on L2? > > Sorry, i misunderstood it. Have found the reason out. > You can write it down here for future reviewers :) -- Gleb.