From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: Re: [PATCH 6/4] x86/event: correct debug event generation Date: Wed, 11 Nov 2015 10:47:01 +0200 Message-ID: <56430085.6070503@bitdefender.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 1ZwR3N-0007Qd-Tn for xen-devel@lists.xenproject.org; Wed, 11 Nov 2015 08:46:54 +0000 Received: from smtp03.buh.bitdefender.org (unknown [10.17.80.77]) by mx-sr.buh.bitdefender.com (Postfix) with ESMTP id 0DEE580410 for ; Wed, 11 Nov 2015 10:46:51 +0200 (EET) 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: Andrew Cooper , tamas@tklengyel.com List-Id: xen-devel@lists.xenproject.org On 11/11/2015 10:39 AM, 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 Acked-by: Razvan Cojocaru Thanks, Razvan