From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vxe8l-0004g5-29 for qemu-devel@nongnu.org; Mon, 30 Dec 2013 09:48:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vxe8c-0006Wx-LN for qemu-devel@nongnu.org; Mon, 30 Dec 2013 09:48:22 -0500 Received: from mail-qc0-x235.google.com ([2607:f8b0:400d:c01::235]:45152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vxe8c-0006Wm-Gi for qemu-devel@nongnu.org; Mon, 30 Dec 2013 09:48:14 -0500 Received: by mail-qc0-f181.google.com with SMTP id e9so10773539qcy.26 for ; Mon, 30 Dec 2013 06:48:13 -0800 (PST) Sender: Richard Henderson Message-ID: <52C187AA.2010807@twiddle.net> Date: Mon, 30 Dec 2013 06:48:10 -0800 From: Richard Henderson MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] correct TCG_CALL_* flags for helpers which directly access env fields? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , QEMU Developers On 12/28/2013 08:47 AM, Peter Maydell wrote: > Assuming the fields > it accesses aren't also being used for TCG memory globals, > presumably NO_RWG_SE if the field is only read, and > NO_RWG if it's written? Correct. r~