From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLzfc-0008F0-3E for qemu-devel@nongnu.org; Wed, 10 Oct 2012 13:02:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLzfW-0004cM-I1 for qemu-devel@nongnu.org; Wed, 10 Oct 2012 13:02:08 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:50159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLzfW-0004cA-Bw for qemu-devel@nongnu.org; Wed, 10 Oct 2012 13:02:02 -0400 Received: by mail-pa0-f45.google.com with SMTP id fb10so808272pad.4 for ; Wed, 10 Oct 2012 10:02:01 -0700 (PDT) Sender: Richard Henderson Message-ID: <5075AA07.5070508@twiddle.net> Date: Wed, 10 Oct 2012 10:01:59 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1349812584-19551-1-git-send-email-aurelien@aurel32.net> <1349812584-19551-14-git-send-email-aurelien@aurel32.net> In-Reply-To: <1349812584-19551-14-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 13/26] tcg: synchronize globals for ops with side effects List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 10/09/2012 12:56 PM, Aurelien Jarno wrote: > Operations with side effects (in practice qemu_ld/st ops), only need to > synchronize globals to make sure the CPU state is consistent in case of > exception. > > Signed-off-by: Aurelien Jarno Reviewed-by: Richard Henderson r~