From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z20uy-0005Gj-Hp for qemu-devel@nongnu.org; Mon, 08 Jun 2015 13:33:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z20uv-0005nP-Aa for qemu-devel@nongnu.org; Mon, 08 Jun 2015 13:33:00 -0400 Received: from mail-qk0-x22f.google.com ([2607:f8b0:400d:c09::22f]:36765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z20uv-0005n7-6j for qemu-devel@nongnu.org; Mon, 08 Jun 2015 13:32:57 -0400 Received: by qkx62 with SMTP id 62so81474511qkx.3 for ; Mon, 08 Jun 2015 10:32:56 -0700 (PDT) Sender: Richard Henderson Message-ID: <5575D1C4.5010103@twiddle.net> Date: Mon, 08 Jun 2015 10:32:52 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1432920900-11047-1-git-send-email-rth@twiddle.net> <556C2916.7000609@imgtec.com> <556C7A02.5040100@twiddle.net> <55757823.3080305@imgtec.com> In-Reply-To: <55757823.3080305@imgtec.com> Content-Type: text/plain; charset=windows-1252; format=flowed 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/08/2015 04:10 AM, Yongbok Kim wrote: > On 01/06/2015 16:28, Richard Henderson wrote: >> 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~ >> > > Any update? Argh. I did an update, but the patches don't seem to have made it to the list. I'll repost shortly. r~