From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f73IL-000175-Aj for qemu-devel@nongnu.org; Fri, 13 Apr 2018 14:19:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f73IK-0002ln-Ay for qemu-devel@nongnu.org; Fri, 13 Apr 2018 14:19:33 -0400 Received: from mail-pl0-x244.google.com ([2607:f8b0:400e:c01::244]:38576) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f73IK-0002lb-3n for qemu-devel@nongnu.org; Fri, 13 Apr 2018 14:19:32 -0400 Received: by mail-pl0-x244.google.com with SMTP id c7-v6so6525265plr.5 for ; Fri, 13 Apr 2018 11:19:32 -0700 (PDT) References: <1523038800-2494-1-git-send-email-cota@braap.org> <1523038800-2494-17-git-send-email-cota@braap.org> From: Richard Henderson Message-ID: <409e500c-dd47-ba32-cc0b-75d472db22d1@linaro.org> Date: Thu, 12 Apr 2018 18:36:52 -1000 MIME-Version: 1.0 In-Reply-To: <1523038800-2494-17-git-send-email-cota@braap.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 16/17] target/riscv: convert to DisasContextBase List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-devel@nongnu.org Cc: Michael Clark , Palmer Dabbelt , Sagar Karandikar , Bastian Koppelmann On 04/06/2018 08:19 AM, Emilio G. Cota wrote: > Notes: > > - Did not convert {num,max}_insns, since the corresponding code > will go away in the next patch. > > - ctx->pc becomes ctx->base.pc_next, and ctx->next_pc becomes ctx->pc_tmp. > > While at it, convert the remaining tb->cflags readers to tb_cflags(). > > Cc: Michael Clark > Cc: Palmer Dabbelt > Cc: Sagar Karandikar > Cc: Bastian Koppelmann > Signed-off-by: Emilio G. Cota > --- > target/riscv/translate.c | 129 +++++++++++++++++++++++------------------------ > 1 file changed, 64 insertions(+), 65 deletions(-) Reviewed-by: Richard Henderson r~