From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nqo9m-0007ua-1S for qemu-devel@nongnu.org; Sun, 14 Mar 2010 09:47:02 -0400 Received: from [199.232.76.173] (port=39501 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nqo9k-0007uR-MR for qemu-devel@nongnu.org; Sun, 14 Mar 2010 09:47:00 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nqo9k-0003fj-24 for qemu-devel@nongnu.org; Sun, 14 Mar 2010 09:47:00 -0400 Received: from mx20.gnu.org ([199.232.41.8]:19329) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nqo9j-0003fe-Pg for qemu-devel@nongnu.org; Sun, 14 Mar 2010 09:46:59 -0400 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nqo9h-0007xK-ND for qemu-devel@nongnu.org; Sun, 14 Mar 2010 09:46:58 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] target-mips: Fix 32 bit mode (wrong size of physical addresses) Date: Sun, 14 Mar 2010 13:46:39 +0000 References: <1268519780-6607-1-git-send-email-weil@mail.berlios.de> In-Reply-To: <1268519780-6607-1-git-send-email-weil@mail.berlios.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201003141346.39575.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: "Developers Commit 30724e758a21ba9f807efafe268626bd479db9de breaks > malta (and other) mips 32 bit emulation. > > Fixing the physical address size for 32 bit machines > makes it work again. >-#define TARGET_PHYS_ADDR_SPACE_BITS 36 >+#define TARGET_PHYS_ADDR_SPACE_BITS 32 This is almost certainly the wrong change. Paul