From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYF6s-0006Cm-P3 for qemu-devel@nongnu.org; Wed, 18 Mar 2015 10:38:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYF6n-0005BT-3k for qemu-devel@nongnu.org; Wed, 18 Mar 2015 10:38:14 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:53343) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYF6m-0005BA-S4 for qemu-devel@nongnu.org; Wed, 18 Mar 2015 10:38:09 -0400 From: Leon Alrae Date: Wed, 18 Mar 2015 14:37:30 +0000 Message-ID: <1426689453-9347-1-git-send-email-leon.alrae@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PULL 0/3] 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.3. Thanks, Leon Cc: Peter Maydell Cc: Aurelien Jarno The following changes since commit 5a4992834daec85c3913654903fb9f4f954e585a: Merge remote-tracking branch 'remotes/armbru/tags/pull-cov-model-2015-03-17' into staging (2015-03-17 11:43:00 +0000) are available in the git repository at: git://github.com/lalrae/qemu.git tags/mips-20150318 for you to fetch changes up to 0af7a37054310384e00209e0a43efe95b7c19ef0: target-mips: save cpu state before calling MSA load and store helpers (2015-03-18 09:58:15 +0000) ---------------------------------------------------------------- MIPS patches 2015-03-18 Changes: * bug fixes ---------------------------------------------------------------- Leon Alrae (3): target-mips: fix CP0.BadVAddr by stopping translation on Address Error target-mips: fix hflags modified in delay / forbidden slot target-mips: save cpu state before calling MSA load and store helpers target-mips/translate.c | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-)