From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v2] x86emul: simplify asm() constraints Date: Thu, 12 Mar 2015 13:44:51 +0000 Message-ID: <55019853.6090306@citrix.com> References: <55019F270200007800069068@mail.emea.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 1YW3Qu-0004Jk-Au for xen-devel@lists.xenproject.org; Thu, 12 Mar 2015 13:45:52 +0000 In-Reply-To: <55019F270200007800069068@mail.emea.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: Tim Deegan , Keir Fraser List-Id: xen-devel@lists.xenproject.org On 12/03/15 13:13, Jan Beulich wrote: > Use + on outputs instead of = and a matching input. Allow not just > memory for the _eflags operand (it turns out that recent gcc produces > worse code when also doing this for _dst.val, so the latter is being > avoided). > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper