From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hwf0u-0002jo-Rs for qemu-devel@nongnu.org; Fri, 08 Jun 2007 10:00:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hwf0s-0002hR-Lr for qemu-devel@nongnu.org; Fri, 08 Jun 2007 10:00:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hwf0r-0002hF-VI for qemu-devel@nongnu.org; Fri, 08 Jun 2007 10:00:26 -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 1Hwf0r-0004P4-FX for qemu-devel@nongnu.org; Fri, 08 Jun 2007 10:00:25 -0400 Date: Fri, 8 Jun 2007 15:00:22 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel] [PATCH, MIPS64] Fix Status_rw_bitmask values Message-ID: <20070608140022.GE26587@networkno.de> References: <20070604213747.GA8768@farad.aurel32.net> <20070605135017.GA18315@networkno.de> <4669291F.2050603@aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4669291F.2050603@aurel32.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org Aurelien Jarno wrote: [snip] > >> - 64-bit is implemented, the PX bit should be writable. > > > > The current version is correct, R4000 and 5K don't implement PX, the > > 20Kc and later CPUs do. > > I don't know about R4000, but the 5K manual (from www.mips.com) clearly > says that this bit is implemented. Also this bit is marked as "required" > in the MIPS64 PRA manual (for both R1 and R2), and the 5K CPU is > presented as a MIPS64R1 CPU. Agreed for the 5K, I used too old Documentation to check this. Thiemo