From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH 1/4] x86/EPT: always return proper order value from ept_get_entry() Date: Thu, 17 Sep 2015 17:13:56 +0100 Message-ID: <55FAE6C4.5090901@citrix.com> References: <55F70C9A02000078000A2A58@prv-mh.provo.novell.com> <55F7E13902000078000A2B7E@prv-mh.provo.novell.com> <55F7E13902000078000A2B7E@prv-mh.provo.novell.com> <55F7E54502000078000A2BAF@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Zcbpb-00017x-SB for xen-devel@lists.xenproject.org; Thu, 17 Sep 2015 16:14:43 +0000 In-Reply-To: <55F7E54502000078000A2BAF@prv-mh.provo.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , xen-devel Cc: Kevin Tian , Keir Fraser , George Dunlap , Jun Nakajima , Tiejun Chen , Malcolm Crossley List-Id: xen-devel@lists.xenproject.org On 15/09/15 08:30, Jan Beulich wrote: > This is so that callers can determine what range of address space would > get altered by a corresponding "set". > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper