From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFeN2-0001aI-Be for qemu-devel@nongnu.org; Thu, 16 Jul 2015 04:18:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFeMy-0006yG-94 for qemu-devel@nongnu.org; Thu, 16 Jul 2015 04:18:20 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:8573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFeMy-0006yA-2w for qemu-devel@nongnu.org; Thu, 16 Jul 2015 04:18:16 -0400 From: Leon Alrae Date: Thu, 16 Jul 2015 09:17:28 +0100 Message-ID: <1437034657-31026-1-git-send-email-leon.alrae@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/9] target-mips queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Aurelien Jarno Hi, This pull request contains MIPS bug fixes for 2.4-rc1. Thanks, Leon Cc: Peter Maydell Cc: Aurelien Jarno The following changes since commit 661725da09f47eb92d356fac10a4cf3b7ad1f6= 1d: Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150714' into = staging (2015-07-14 18:50:17 +0100) are available in the git repository at: git://github.com/lalrae/qemu.git tags/mips-20150716 for you to fetch changes up to 908680c6441ac468f4871d513f42be396ea0d264: target-mips: fix page fault address for LWL/LWR/LDL/LDR (2015-07-15 14:= 07:25 +0100) ---------------------------------------------------------------- MIPS patches 2015-07-16 Changes: * bug fixes ---------------------------------------------------------------- Andrew Bennett (1): linux-user: Fix MIPS N64 trap and break instruction bug Aurelien Jarno (2): target-mips: fix ASID synchronisation for MIPS MT target-mips: fix page fault address for LWL/LWR/LDL/LDR Leon Alrae (3): target-mips: correct DERET instruction target-mips: fix logically dead code reported by Coverity target-mips: fix resource leak reported by Coverity Yongbok Kim (3): target-mips: fix MIPS64R6-generic configuration target-mips: fix to clear MSACSR.Cause disas/mips: fix disassembling R6 instructions disas/mips.c | 12 ++++++------ linux-user/main.c | 4 ++-- target-mips/mips-defs.h | 2 +- target-mips/mips-semi.c | 23 +++++++++++++++++++---- target-mips/msa_helper.c | 6 ++++++ target-mips/op_helper.c | 5 ++--- target-mips/translate.c | 15 +++++++++++++++ target-mips/translate_init.c | 18 +++++++++--------- 8 files changed, 60 insertions(+), 25 deletions(-)