From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1em36O-0004im-4E for qemu-devel@nongnu.org; Wed, 14 Feb 2018 14:52:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1em36J-0001ux-Tb for qemu-devel@nongnu.org; Wed, 14 Feb 2018 14:52:24 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:54795) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1em36J-0001uG-Mx for qemu-devel@nongnu.org; Wed, 14 Feb 2018 14:52:19 -0500 Date: Wed, 14 Feb 2018 14:52:18 -0500 From: "Emilio G. Cota" Message-ID: <20180214195218.GA933@flamenco> References: <1518053328-34687-1-git-send-email-mjc@sifive.com> <1518053328-34687-10-git-send-email-mjc@sifive.com> <20180213215541.GA1816@flamenco> <731db20e-4d86-e288-504c-30c83b56fd33@linaro.org> <20180214001053.GA23702@flamenco> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v5 09/23] RISC-V TCG Code Generation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: Michael Clark , Bastian Koppelmann , Palmer Dabbelt , qemu-devel@nongnu.org, Sagar Karandikar , RISC-V Patches On Wed, Feb 14, 2018 at 11:14:48 -0800, Richard Henderson wrote: > On 02/13/2018 04:10 PM, Emilio G. Cota wrote: > > On Tue, Feb 13, 2018 at 14:10:20 -0800, Richard Henderson wrote: > >> On 02/13/2018 01:55 PM, Emilio G. Cota wrote: > >>> Are we planning to use BS_STOP in the future? I see it has no setters, > >>> although we check for it in gen_intermediate_code: > >> > >> No, but the whole port should be converted to exec/translator.h, which defines > >> DisasJumpType. Not something I'm going to require on initial submission until > >> we've gotten most of the other targets cleaned up. > > > > I see. I've just done the conversion for v5: > > https://github.com/cota/qemu/commits/riscv-v5-trloop > > > > Can you please take a look? > > Looks ok. Watch your formatting, e.g { } on the same line. Thanks, checkpatch didn't complain about that one though. Should I send those patches to the list, or let Michael squash their changes? E.