From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH 2/4] x86/HVM: unify and fix #UD intercept Date: Tue, 10 Nov 2015 17:51:13 +0000 Message-ID: <56422E91.4030203@citrix.com> References: <5642390402000078000B384D@prv-mh.provo.novell.com> <564239D202000078000B385D@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 1ZwD4g-0007Kr-C9 for xen-devel@lists.xenproject.org; Tue, 10 Nov 2015 17:51:18 +0000 In-Reply-To: <564239D202000078000B385D@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: Keir Fraser List-Id: xen-devel@lists.xenproject.org On 10/11/15 17:39, Jan Beulich wrote: > The SVM and VMX versions really were identical, so instead of fixing > the same issue in two places, fold them at once. The issue fixed is the > missing seg:off -> linear translation of the current code address. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper