From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dgUpB-0001UM-QS for qemu-devel@nongnu.org; Sat, 12 Aug 2017 07:43:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dgUpA-0004KT-Od for qemu-devel@nongnu.org; Sat, 12 Aug 2017 07:43:25 -0400 Date: Sat, 12 Aug 2017 13:42:43 +0200 From: "Edgar E. Iglesias" Message-ID: <20170812114243.GZ12347@toto> References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v1 0/3] Fixup exclusive store logic List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Alistair Francis , QEMU Developers , Alistair Francis , "Edgar E. Iglesias" , qemu-arm On Sat, Aug 12, 2017 at 11:24:30AM +0100, Peter Maydell wrote: > On 11 August 2017 at 23:17, Alistair Francis > wrote: > > I found some issues with the way exclusive store was working. This patch > > series seems to fix the test cases that were failing for me. > > > > The first patch is just a simple adjustment. > > > > The third patch fixes the main bug I was seeing. > > > > The second patch is left over from the RFC that seems like it is still a > > good idea. > > > > Changes from RFC: > > - Rewrite the third patch to correctly fix the issue. > > > > Alistair Francis (3): > > target/arm: Update the memops for exclusive load > > tcg/tcg-op: Expose the tcg_gen_ext_i* functions > > target/arm: Correct exclusive store cmpxchg memop mask > > > > target/arm/translate-a64.c | 4 ++-- > > tcg/tcg-op.c | 4 ++-- > > tcg/tcg-op.h | 2 ++ > > 3 files changed, 6 insertions(+), 4 deletions(-) > > Is this series (or at least patches 1 and 3) worth putting > into 2.10 ? I would vote for including it... Cheers, Edgar