From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Ostrovsky Subject: Re: [PATCH 3/4] x86/SVM: don't exceed segment limit when fetching instruction bytes Date: Tue, 10 Nov 2015 13:27:50 -0500 Message-ID: <56423726.9080904@oracle.com> References: <5642390402000078000B384D@prv-mh.provo.novell.com> <56423A0202000078000B3861@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" 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 1ZwDe7-0003R2-TO for xen-devel@lists.xenproject.org; Tue, 10 Nov 2015 18:27:56 +0000 In-Reply-To: <56423A0202000078000B3861@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: Aravind Gopalakrishnan , suravee.suthikulpanit@amd.com List-Id: xen-devel@lists.xenproject.org On 11/10/2015 12:40 PM, Jan Beulich wrote: > Also consistently use the vmcb local variable whenever possible. > > Signed-off-by: Jan Beulich > > --- a/xen/arch/x86/hvm/svm/emulate.c > +++ b/xen/arch/x86/hvm/svm/emulate.c Reviewed-by: Boris Ostrovsky