From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7r9V-0001wi-6L for qemu-devel@nongnu.org; Wed, 03 Dec 2008 07:48:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7r9U-0001wP-72 for qemu-devel@nongnu.org; Wed, 03 Dec 2008 07:48:24 -0500 Received: from [199.232.76.173] (port=34221 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7r9U-0001wM-1x for qemu-devel@nongnu.org; Wed, 03 Dec 2008 07:48:24 -0500 Received: from mx20.gnu.org ([199.232.41.8]:34771) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L7r9T-0005d6-N9 for qemu-devel@nongnu.org; Wed, 03 Dec 2008 07:48:23 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L7r9S-0006G8-K3 for qemu-devel@nongnu.org; Wed, 03 Dec 2008 07:48:23 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit targets Date: Wed, 3 Dec 2008 12:48:02 +0000 References: <1228303789-25653-1-git-send-email-kirill@shutemov.name> <200812031234.18733.paul@codesourcery.com> <200812031343.03293.Christoph.Egger@amd.com> In-Reply-To: <200812031343.03293.Christoph.Egger@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812031248.03252.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: "Kirill A. Shutemov" , Christoph Egger On Wednesday 03 December 2008, Christoph Egger wrote: > On Wednesday 03 December 2008 13:34:18 Paul Brook wrote: > > On Wednesday 03 December 2008, Kirill A. Shutemov wrote: > > > qemu's page table can be incomple if /proc/self/maps is unavailable or > > > host allocating a memory with mmap(), so we can't use it to find free > > > memory area. > > > > Do we really care? > > Yes. > > > Do such systems exist? > > Any non-Linux system. This is linux usermode emulation. It only works on linux systems anyway. Paul