From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH 6/4] x86/event: correct debug event generation Date: Wed, 11 Nov 2015 16:09:55 +0000 Message-ID: <56436853.4060507@citrix.com> References: <5642390402000078000B384D@prv-mh.provo.novell.com> <56430CD602000078000B3A66@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.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZwXyC-0000Jo-Bk for xen-devel@lists.xenproject.org; Wed, 11 Nov 2015 16:10:00 +0000 In-Reply-To: <56430CD602000078000B3A66@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: tamas@tklengyel.com, Razvan Cojocaru List-Id: xen-devel@lists.xenproject.org On 11/11/15 08:39, Jan Beulich wrote: > RIP is not a linear address, and hence should not on its own be subject > to GVA -> GFN translation. Once at it, move all of the (perhaps > expensive) operations in the two functions into their main if()'s body, > and improve the error code passed to the translation function. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper