From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxIge-0008CN-Rn for qemu-devel@nongnu.org; Thu, 20 Oct 2016 15:07:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bxIge-0003KZ-3v for qemu-devel@nongnu.org; Thu, 20 Oct 2016 15:07:32 -0400 Received: from mail-it0-x242.google.com ([2607:f8b0:4001:c0b::242]:34930) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bxIgd-0003KE-Vk for qemu-devel@nongnu.org; Thu, 20 Oct 2016 15:07:32 -0400 Received: by mail-it0-x242.google.com with SMTP id 139so7524285itm.2 for ; Thu, 20 Oct 2016 12:07:31 -0700 (PDT) MIME-Version: 1.0 Sender: bobby.prani@gmail.com In-Reply-To: <24e11c98-58d3-aebc-0112-21c0fd9bcf92@twiddle.net> References: <1472935202-3342-1-git-send-email-rth@twiddle.net> <1472935202-3342-28-git-send-email-rth@twiddle.net> <87oa3qii3c.fsf@linaro.org> <774df982-5495-cd18-fb7c-16df88903842@twiddle.net> <9d3e312a-6599-6a06-462d-270efcb1ce23@twiddle.net> <24e11c98-58d3-aebc-0112-21c0fd9bcf92@twiddle.net> From: Pranith Kumar Date: Thu, 20 Oct 2016 15:07:00 -0400 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v3 27/34] target-arm: emulate LL/SC using cmpxchg helpers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: =?UTF-8?B?QWxleCBCZW5uw6ll?= , "Emilio G. Cota" , qemu-devel On Thu, Oct 20, 2016 at 3:02 PM, Richard Henderson wrote: > On 10/20/2016 11:58 AM, Pranith Kumar wrote: >> >> Indeed, I was looking at atomic-6 on github. atomic-7 is not there yet :) > > > I've rebased atomic-6 (no -7). It should be there. > Am I looking at the right file? https://github.com/rth7680/qemu/commit/07e50f163edc8a03d13cbfaf8f410a089892e071#diff-242dde3ce6effe2e3e92fc010eda7cb1L1842 -- Pranith