From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] x86emul: fold almost identical code Date: Mon, 15 Feb 2016 13:31:22 +0000 Message-ID: <56C1D32A.5080502@citrix.com> References: <56C1CC0602000078000D20EE@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 1aVJFO-0005Vn-1k for xen-devel@lists.xenproject.org; Mon, 15 Feb 2016 13:31:26 +0000 In-Reply-To: <56C1CC0602000078000D20EE@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 15/02/16 12:00, Jan Beulich wrote: > AAM/AAD as well as DAA/DAS emulation code is respectively almost > identical. Fold each pair, following what's already the case for > AAA/AAS. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper