From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1byjxi-0002LY-Dd for qemu-devel@nongnu.org; Mon, 24 Oct 2016 14:27:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1byjxe-0001PF-FZ for qemu-devel@nongnu.org; Mon, 24 Oct 2016 14:27:06 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:46259) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1byjxe-0001P0-By for qemu-devel@nongnu.org; Mon, 24 Oct 2016 14:27:02 -0400 Date: Mon, 24 Oct 2016 14:27:01 -0400 From: "Emilio G. Cota" Message-ID: <20161024182701.GC30266@flamenco> References: <1477330788-14996-1-git-send-email-rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1477330788-14996-1-git-send-email-rth@twiddle.net> Subject: Re: [Qemu-devel] [PATCH v8 00/37] cmpxchg atomic operations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org, alex.bennee@linaro.org On Mon, Oct 24, 2016 at 10:39:11 -0700, Richard Henderson wrote: > Changes v7-v8: > * Atomics fix for gcc 4.2 (centos6) > * All atomic.h changes split out from 'tcg: Add atomic helpers', > as requested by ... someone (Emilio?) Yep that was me, thanks for doing it. > * Unused function reported by clang for > 'target-arm: emulate LL/SC using cmpxchg helpers' I also double-checked this, looks good. > If this meets with everyone's satisfaction, I'll send another > cover-letter with another pull request. I think we're ready to go! Thanks a lot for your work on this patch set. Hope patch 8 doesn't get eaten by Peter's git pull :-) Emilio