From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hirxu-0007ki-Kv for qemu-devel@nongnu.org; Tue, 01 May 2007 09:00:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hirxt-0007jX-Bv for qemu-devel@nongnu.org; Tue, 01 May 2007 09:00:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hirxt-0007jU-4H for qemu-devel@nongnu.org; Tue, 01 May 2007 09:00:21 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hirra-0000BX-7l for qemu-devel@nongnu.org; Tue, 01 May 2007 08:53:50 -0400 Date: Tue, 1 May 2007 13:54:31 +0100 Subject: Re: [Qemu-devel] [BUG] [PATCH] Fix emulation for MIPS CP3 opcode? Message-ID: <20070501125431.GB30083@networkno.de> References: <46371D68.1030200@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46371D68.1030200@weilnetz.de> From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers Stefan Weil wrote: > Maybe the CpU exception for OPC_CP3 should > set CP0 Cause CE to 3, not 1? No it shouldn't. CP3 is obsolete since MIPS IV, and was unused before. It was replaced/renamed to CP1x. If an instruction for CP1x raises an exception it should signal as CP1 exception. Thiemo