From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMKnX-0005fG-Aa for qemu-devel@nongnu.org; Mon, 03 Aug 2015 14:49:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMKnT-0002mf-UV for qemu-devel@nongnu.org; Mon, 03 Aug 2015 14:49:19 -0400 Received: from mail-pd0-x233.google.com ([2607:f8b0:400e:c02::233]:33865) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMKnT-0002mb-Mx for qemu-devel@nongnu.org; Mon, 03 Aug 2015 14:49:15 -0400 Received: by pdbbo16 with SMTP id bo16so19729320pdb.1 for ; Mon, 03 Aug 2015 11:49:14 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Mon, 3 Aug 2015 11:49:09 -0700 Message-Id: <1438627752-19903-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 0/3] target-mips fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: leon.alrae@imgtec.com, aurelien@aurel32.net The first patch fixes an abort that I see when booting a mips64 kernel with the 2.4 branch with --enable-tcg-debug. The second patch eliminates the observed symptom of the first patch, partially confirming the diagnosis that the errant insn is in fact data and not an instruction at all. The third patch reduces some unwanted noise from log files. r~ Richard Henderson (3): target-mips: Copy restrictions from ext/ins to dext/dins target-mips: Stop translation after unconditional exceptions target-mips: Use CPU_LOG_INT for logging related to interrupts target-mips/helper.c | 30 ++++++---------- target-mips/op_helper.c | 3 +- target-mips/translate.c | 91 +++++++++++++++++++++++++------------------------ 3 files changed, 60 insertions(+), 64 deletions(-) -- 2.4.3