From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzRdL-0005J5-Lt for qemu-devel@nongnu.org; Mon, 01 Jun 2015 11:28:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzRdI-00054I-HD for qemu-devel@nongnu.org; Mon, 01 Jun 2015 11:28:11 -0400 Received: from mail-qk0-x229.google.com ([2607:f8b0:400d:c09::229]:34177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzRdI-00053u-BU for qemu-devel@nongnu.org; Mon, 01 Jun 2015 11:28:08 -0400 Received: by qkoo18 with SMTP id o18so85852582qko.1 for ; Mon, 01 Jun 2015 08:28:06 -0700 (PDT) Sender: Richard Henderson Message-ID: <556C7A02.5040100@twiddle.net> Date: Mon, 01 Jun 2015 08:28:02 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1432920900-11047-1-git-send-email-rth@twiddle.net> <556C2916.7000609@imgtec.com> In-Reply-To: <556C2916.7000609@imgtec.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tcg: Mask TCGMemOp appropriately for indexing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yongbok Kim , qemu-devel@nongnu.org On 06/01/2015 02:42 AM, Yongbok Kim wrote: > I have noticed that you haven't changed it for the tci, is it deliberate? > Another minor thing is that tcg_dump_ops() in tcg.c wouldn't print ld/st > names correctly but hex code will be printed out. Correct on both counts. I'll get that fixed up too. r~