From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dmhrx-0007bY-3E for qemu-devel@nongnu.org; Tue, 29 Aug 2017 10:51:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dmhrt-0002kY-93 for qemu-devel@nongnu.org; Tue, 29 Aug 2017 10:51:57 -0400 Received: from mail-pg0-x22e.google.com ([2607:f8b0:400e:c05::22e]:36764) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dmhrt-0002kK-0e for qemu-devel@nongnu.org; Tue, 29 Aug 2017 10:51:53 -0400 Received: by mail-pg0-x22e.google.com with SMTP id r133so11453031pgr.3 for ; Tue, 29 Aug 2017 07:51:52 -0700 (PDT) References: <20170829063313.10237-1-bobby.prani@gmail.com> <20170829063313.10237-3-bobby.prani@gmail.com> From: Richard Henderson Message-ID: <0ad72a04-83d2-8db8-2375-0380642cbd66@linaro.org> Date: Tue, 29 Aug 2017 07:51:48 -0700 MIME-Version: 1.0 In-Reply-To: <20170829063313.10237-3-bobby.prani@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v3 PATCH 3/5] mttcg: Add tcg target default memory ordering List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pranith Kumar , alex.bennee@linaro.org, Claudio Fontana , Andrzej Zaborowski , Aurelien Jarno , Alexander Graf , "open list:AArch64 target" , "open list:All patches CC here" Cc: pbonzini@redhat.com On 08/28/2017 11:33 PM, Pranith Kumar wrote: > Signed-off-by: Pranith Kumar > --- > tcg/aarch64/tcg-target.h | 2 ++ > tcg/arm/tcg-target.h | 2 ++ > tcg/ia64/tcg-target.h | 2 ++ > tcg/mips/tcg-target.h | 2 ++ > tcg/ppc/tcg-target.h | 2 ++ > tcg/s390/tcg-target.h | 2 ++ > tcg/sparc/tcg-target.h | 2 ++ > 7 files changed, 14 insertions(+) Reviewed-by: Richard Henderson r~