From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fMEWW-0002IW-Vr for qemu-devel@nongnu.org; Fri, 25 May 2018 11:20:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fMEWT-0007R9-PU for qemu-devel@nongnu.org; Fri, 25 May 2018 11:20:56 -0400 Received: from mail-pl0-x230.google.com ([2607:f8b0:400e:c01::230]:38323) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fMEWT-0007QM-IP for qemu-devel@nongnu.org; Fri, 25 May 2018 11:20:53 -0400 Received: by mail-pl0-x230.google.com with SMTP id c11-v6so3344930plr.5 for ; Fri, 25 May 2018 08:20:53 -0700 (PDT) References: <1527034517-7851-1-git-send-email-mjc@sifive.com> <1527034517-7851-7-git-send-email-mjc@sifive.com> From: Richard Henderson Message-ID: Date: Fri, 25 May 2018 08:20:48 -0700 MIME-Version: 1.0 In-Reply-To: <1527034517-7851-7-git-send-email-mjc@sifive.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 06/30] RISC-V: Move non-ops from op_helper to cpu_helper List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Clark , qemu-devel@nongnu.org Cc: Sagar Karandikar , Bastian Koppelmann , Palmer Dabbelt , Alistair Francis , patches@groups.riscv.org On 05/22/2018 05:14 PM, Michael Clark wrote: > This patch makes op_helper.c contain only instruction > operation helpers used by translate.c and moves any > unrelated cpu helpers into cpu_helper.c. No logic is > changed by this patch. > > Cc: Sagar Karandikar > Cc: Bastian Koppelmann > Cc: Palmer Dabbelt > Cc: Alistair Francis > Signed-off-by: Michael Clark > Reviewed-by: Alistair Francis > --- Reviewed-by: Richard Henderson r~