From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1enxe9-0007np-1K for qemu-devel@nongnu.org; Mon, 19 Feb 2018 21:27:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1enxe4-0000GC-1j for qemu-devel@nongnu.org; Mon, 19 Feb 2018 21:27:08 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:45751) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1enxe3-0000Fl-Qb for qemu-devel@nongnu.org; Mon, 19 Feb 2018 21:27:03 -0500 From: "Emilio G. Cota" Date: Mon, 19 Feb 2018 21:26:54 -0500 Message-Id: <1519093616-10563-1-git-send-email-cota@braap.org> Subject: [Qemu-devel] [PATCHv2 0/2] target/sh4: translator loop conversion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Richard Henderson , Aurelien Jarno Changes since v1: - Instead of passing max_insns to tb_start, merge max_insns into base, as suggested by Richard. Note that I'm using an int, which is what all the callers were using and is what the "bound" variables use too. - Added rth's R-b tag to patch 2 I left out the suggestion of handling the gusa sequence in translate_insn; I'm not very familiar with this code and don't have a superh user-mode workload to test on. Thanks, Emilio