From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBsIr-0002mF-PL for qemu-devel@nongnu.org; Wed, 03 Jun 2009 11:22:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBsIm-0002k7-Vv for qemu-devel@nongnu.org; Wed, 03 Jun 2009 11:22:57 -0400 Received: from [199.232.76.173] (port=59600 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBsIm-0002jw-R1 for qemu-devel@nongnu.org; Wed, 03 Jun 2009 11:22:52 -0400 Received: from mx20.gnu.org ([199.232.41.8]:7769) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MBsIl-0000mO-Qt for qemu-devel@nongnu.org; Wed, 03 Jun 2009 11:22:51 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBsIk-0007LX-Mf for qemu-devel@nongnu.org; Wed, 03 Jun 2009 11:22:51 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] fix configure for mips o32 Date: Wed, 3 Jun 2009 16:22:47 +0100 References: <87prdlv6wf.fsf@lechat.rtp-net.org> <200906031546.00539.paul@codesourcery.com> <87ws7ttkch.fsf@lechat.rtp-net.org> In-Reply-To: <87ws7ttkch.fsf@lechat.rtp-net.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906031622.48342.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Arnaud Patard (Rtp)" On Wednesday 03 June 2009, Arnaud Patard wrote: > Paul Brook writes: > > On Wednesday 03 June 2009, Arnaud Patard wrote: > >> The commit 1ad2134f914dfd4c8f92307c94c9a5a1e28f0059 is defining > >> target_phys_bits and set it to 64 for all mips machines including mipsel > >> machines which are 32 bit. This patch set it to 32. > > > > MIPS32 CPUs have a 36-bit physical address space. That's what the old > > code said anyway. > > Is there more information than that in the old code ? I really thought > mips32 4Kc have 32-bit address paths not 36. I suspect you're confusing physical and virtual addresses. > I really fear that setting 64 will break them. If this were true they'd already be broken on 64-bit hosts. Paul