From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1duL94-0005fe-Oy for qemu-devel@nongnu.org; Tue, 19 Sep 2017 12:13:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1duL90-0006Gq-UM for qemu-devel@nongnu.org; Tue, 19 Sep 2017 12:13:10 -0400 Received: from mail-io0-x230.google.com ([2607:f8b0:4001:c06::230]:53524) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1duL90-0006GJ-R0 for qemu-devel@nongnu.org; Tue, 19 Sep 2017 12:13:06 -0400 Received: by mail-io0-x230.google.com with SMTP id q11so221345ioe.10 for ; Tue, 19 Sep 2017 09:13:06 -0700 (PDT) References: <20170914183516.19537-1-richard.henderson@linaro.org> <53de205c-7c24-426c-129a-7cce7ca67210@amsat.org> From: Richard Henderson Message-ID: <0a265b7a-c84f-fefc-41e6-0276dfc131b8@linaro.org> Date: Tue, 19 Sep 2017 11:13:01 -0500 MIME-Version: 1.0 In-Reply-To: <53de205c-7c24-426c-129a-7cce7ca67210@amsat.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 00/10] Support the Capstone disassembler List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Aurelien Jarno , Yongbok Kim , qemu-arm@nongnu.org Cc: qemu-devel@nongnu.org [ Just saw this, so missed adding tags to the v2 patch set. ] On 09/14/2017 11:53 PM, Philippe Mathieu-Daudé wrote: > At least this msg disappeared: > > "Disassembler disagrees with translator over instruction decoding" It's back in v2. > For i386, arm, mips32/64: > Tested-by: Philippe Mathieu-Daudé Which patches? Which mips versions? Can you, by any chance, test micro-mips? I'm certain I've got that wrong in the v1 patch, and thus I dropped the mips patch from v2. But in theory capstone supports umips too and should be trivially fixable. r~