From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HmDH3-0006BQ-AR for qemu-devel@nongnu.org; Thu, 10 May 2007 14:21:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HmDH2-00069r-Fh for qemu-devel@nongnu.org; Thu, 10 May 2007 14:21:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HmDH2-00069T-AD for qemu-devel@nongnu.org; Thu, 10 May 2007 14:21:56 -0400 Received: from moutng.kundenserver.de ([212.227.126.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HmD9g-0006ip-ST for qemu-devel@nongnu.org; Thu, 10 May 2007 14:14:21 -0400 Message-ID: <464360F9.8090007@mail.berlios.de> Date: Thu, 10 May 2007 20:14:17 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [BUG] [PATCH] qemu Changelog gdbstub.c target-mips/TODO targe... References: In-Reply-To: Content-Type: multipart/mixed; boundary="------------060209040001080205070806" Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is a multi-part message in MIME format. --------------060209040001080205070806 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit For MIPS 4KEcR1 enabling of interrupts (C0 status) no longer worked. The patch adds the missing declaration which fixes this behaviour. Stefan Thiemo Seufer schrieb: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Thiemo Seufer 07/05/07 13:55:33 > > Modified files: > . : Changelog gdbstub.c > target-mips : TODO cpu.h exec.h fop_template.c helper.c op.c > op_mem.c translate.c translate_init.c > > Log message: > MIPS 64-bit FPU support, plus some collateral bugfixes in the > conditional branch handling. --------------060209040001080205070806 Content-Type: text/x-diff; name="translate_init.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="translate_init.patch" Index: target-mips/translate_init.c =================================================================== RCS file: /sources/qemu/qemu/target-mips/translate_init.c,v retrieving revision 1.7 diff -u -b -B -r1.7 translate_init.c --- target-mips/translate_init.c 7 May 2007 13:55:33 -0000 1.7 +++ target-mips/translate_init.c 10 May 2007 18:06:35 -0000 @@ -98,6 +98,7 @@ .CP0_Config3 = MIPS_CONFIG3, .SYNCI_Step = 32, .CCRes = 2, + .Status_rw_bitmask = 0x3278FF17, }, { .name = "4KEc", --------------060209040001080205070806--