From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFQ4n-0002DP-Iv for qemu-devel@nongnu.org; Tue, 21 Jun 2016 14:07:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFQ4m-0005mu-KH for qemu-devel@nongnu.org; Tue, 21 Jun 2016 14:07:05 -0400 Received: from mail-io0-x231.google.com ([2607:f8b0:4001:c06::231]:33551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFQ4m-0005mk-FN for qemu-devel@nongnu.org; Tue, 21 Jun 2016 14:07:04 -0400 Received: by mail-io0-x231.google.com with SMTP id t74so23211799ioi.0 for ; Tue, 21 Jun 2016 11:07:04 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <871t3qshmy.fsf@linaro.org> References: <871t3qshmy.fsf@linaro.org> From: Pranith Kumar Date: Tue, 21 Jun 2016 14:06:34 -0400 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC v3 PATCH 01/14] Introduce TCGOpcode for memory barrier List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QWxleCBCZW5uw6ll?= Cc: Sergey Fedorov , Richard Henderson , "open list:All patches CC here" On Tue, Jun 21, 2016 at 11:09 AM, Alex Benn=C3=A9e = wrote: >>> >>>> + TCG_BAR_SC =3D 128, >>> >>> How's that different from TCG_MO_ALL? >> >> TCG_BAR_* tells us what ordering is enforced. TCG_MO_* tells what on >> what operations the ordering is to be enforced. > > This would be worthwhile in the comments. I'm confused by the fact we > have two sets of enums that are going to be merged when building TCGOp > parameters. OK, I will add these comments with the details. --=20 Pranith