From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1Gwv-0005pi-Vw for qemu-devel@nongnu.org; Tue, 24 Nov 2015 12:00:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1Gws-0003o7-Pm for qemu-devel@nongnu.org; Tue, 24 Nov 2015 12:00:13 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:4363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1Gws-0003nI-Jw for qemu-devel@nongnu.org; Tue, 24 Nov 2015 12:00:10 -0500 From: Leon Alrae Date: Tue, 24 Nov 2015 16:59:56 +0000 Message-ID: <1448384398-1783-1-git-send-email-leon.alrae@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PULL 0/2] 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, Just a couple of MIPS64 64-bit addressing bug fixes for 2.5-rc2. Thanks, Leon Cc: Peter Maydell Cc: Aurelien Jarno The following changes since commit 5522a841cab5f15ac0f8d207b320c21755a7a1a5: Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging (2015-11-23 16:07:49 +0000) are available in the git repository at: git://github.com/lalrae/qemu.git tags/mips-20151124 for you to fetch changes up to f93c3a8d0c0c1038dbe1e957eb8ab92671137975: target-mips: flush QEMU TLB when disabling 64-bit addressing (2015-11-24 11:01:03 +0000) ---------------------------------------------------------------- MIPS patches 2015-11-24 Changes: * bugfixes for accessing 64-bit addresses ---------------------------------------------------------------- James Hogan (1): target-mips: Fix exceptions while UX=0 Leon Alrae (1): target-mips: flush QEMU TLB when disabling 64-bit addressing target-mips/cpu.h | 18 +++++++++++++++++- target-mips/helper.c | 12 ++++++++++++ target-mips/op_helper.c | 13 ------------- 3 files changed, 29 insertions(+), 14 deletions(-)