From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2Gh9-0007pT-CY for qemu-devel@nongnu.org; Tue, 09 Jun 2015 06:23:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2Gh6-0001c4-66 for qemu-devel@nongnu.org; Tue, 09 Jun 2015 06:23:47 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:15874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2Gh5-0001bd-Vz for qemu-devel@nongnu.org; Tue, 09 Jun 2015 06:23:44 -0400 Message-ID: <5576BEAD.5070307@imgtec.com> Date: Tue, 9 Jun 2015 11:23:41 +0100 From: Yongbok Kim MIME-Version: 1.0 References: <1433785062-11043-1-git-send-email-rth@twiddle.net> In-Reply-To: <1433785062-11043-1-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/2] tcg: Mask TCGMemOp appropriately for indexing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel@nongnu.org On 08/06/2015 18:37, Richard Henderson wrote: > The addition of MO_AMASK means that places that used inverted masks > need to be changed to use positive masks, and places that failed to > mask the intended bits need updating. > > Signed-off-by: Richard Henderson Reviewed-by: Yongbok Kim I've only tested it for mips target and i386 host, but I think it's worth mentioning that. Tested-by: Yongbok Kim Regards, Yongbok