From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOCv8-0002j0-A3 for qemu-devel@nongnu.org; Sun, 10 Feb 2008 09:12:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOCv3-0002fl-51 for qemu-devel@nongnu.org; Sun, 10 Feb 2008 09:12:35 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOCv2-0002fQ-L1 for qemu-devel@nongnu.org; Sun, 10 Feb 2008 09:12:32 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JOCv2-00073W-8c for qemu-devel@nongnu.org; Sun, 10 Feb 2008 09:12:32 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Re: [PATCH 2/6] Use correct types to enable > 2G support (v2) Date: Sun, 10 Feb 2008 14:12:26 +0000 References: <1201903921-1125-1-git-send-email-aliguori@us.ibm.com> <1202114748.30861.6.camel@localhost.localdomain> <47AED66F.3050201@qumranet.com> In-Reply-To: <47AED66F.3050201@qumranet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802101412.27850.paul@codesourcery.com> 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 Cc: Izik Eidus , kvm-devel@lists.sourceforge.net > > as far as i remember it was used to address something with > > cpu_physical_memory_rw() probably related to &TARGET_PAGE_SIZE > > or ~TARGET_PAGE_SIZE, > > > > the fact is that i dont know if it ever fixed anything > > It fixes TARGET_PAGE_MASK, defined one line downscreen. That doesn't really answer the question. What was wrong with the original definition? Paul