From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHyy0-0001vs-4X for qemu-devel@nongnu.org; Wed, 31 Oct 2018 18:28:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHyxv-0006Yn-6E for qemu-devel@nongnu.org; Wed, 31 Oct 2018 18:28:00 -0400 Received: from mail-wm1-x343.google.com ([2a00:1450:4864:20::343]:38146) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gHyxu-0006Y8-UP for qemu-devel@nongnu.org; Wed, 31 Oct 2018 18:27:55 -0400 Received: by mail-wm1-x343.google.com with SMTP id l2-v6so10437094wmh.3 for ; Wed, 31 Oct 2018 15:27:54 -0700 (PDT) References: <20181031132029.4887-1-kbastian@mail.uni-paderborn.de> <20181031132029.4887-26-kbastian@mail.uni-paderborn.de> From: Richard Henderson Message-ID: <78263165-02fd-c85e-5ef8-c3fcb793db39@linaro.org> Date: Wed, 31 Oct 2018 22:27:51 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 25/35] target/riscv: make ADD/SUB/OR/XOR/AND insn use arg lists List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alistair Francis , Bastian Koppelmann Cc: Michael Clark , Sagar Karandikar , Palmer Dabbelt , Alistair Francis , qemu-riscv@nongnu.org, peer.adelt@hni.uni-paderborn.de, "qemu-devel@nongnu.org Developers" On 10/31/18 8:44 PM, Alistair Francis wrote: > This series causes a lot of kernel oops during boot... The only bug I can see is in trans_addw. But that's a biggie and could easily explain, since non-extended values could have caused a compare to misfire. r~