From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH 2/4] x86/NPT: always return proper order value from p2m_pt_get_entry() Date: Thu, 17 Sep 2015 17:14:19 +0100 Message-ID: <55FAE6DB.6080704@citrix.com> References: <55F70C9A02000078000A2A58@prv-mh.provo.novell.com> <55F7E13902000078000A2B7E@prv-mh.provo.novell.com> <55F7E13902000078000A2B7E@prv-mh.provo.novell.com> <55F7E5B402000078000A2BBB@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 1Zcbpc-000182-QW for xen-devel@lists.xenproject.org; Thu, 17 Sep 2015 16:14:44 +0000 In-Reply-To: <55F7E5B402000078000A2BBB@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: George Dunlap , Tiejun Chen , Malcolm Crossley , Keir Fraser List-Id: xen-devel@lists.xenproject.org On 15/09/15 08:32, 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