From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuqV8-0005UY-WD for qemu-devel@nongnu.org; Thu, 25 Mar 2010 13:05:47 -0400 Received: from [140.186.70.92] (port=33257 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuqV7-0004tF-9J for qemu-devel@nongnu.org; Thu, 25 Mar 2010 13:05:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuqGB-0006E5-VM for qemu-devel@nongnu.org; Thu, 25 Mar 2010 12:50:21 -0400 Received: from are.twiddle.net ([75.149.56.221]:54069) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuqGB-0006Dn-Pm for qemu-devel@nongnu.org; Thu, 25 Mar 2010 12:50:19 -0400 Message-ID: <4BAB944A.7040307@twiddle.net> Date: Thu, 25 Mar 2010 09:50:18 -0700 From: Richard Henderson MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 09/10] target-alpha: Implement load-locked/store-conditional properly. References: <20100325133920.GS16726@codesourcery.com> <4BAB853E.1070303@twiddle.net> <20100325160611.GU16726@codesourcery.com> <4BAB8F5E.2020508@twiddle.net> <20100325164257.GV16726@codesourcery.com> In-Reply-To: <20100325164257.GV16726@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nathan Froyd Cc: qemu-devel@nongnu.org, aurelien@aurel32.net On 03/25/2010 09:42 AM, Nathan Froyd wrote: > Ah, OK. Those helpers are never called for user-mode emulation, > though. They're only called for system emulation and...well, everybody > lies about being atomic in system mode. :) Ah, right. I missed the user/system variations of OP_ST_ATOMIC. r~