From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53635 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pi7SL-0000WM-IJ for qemu-devel@nongnu.org; Wed, 26 Jan 2011 10:38:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pi7SK-0002QO-EA for qemu-devel@nongnu.org; Wed, 26 Jan 2011 10:38:49 -0500 Received: from a.mail.sonic.net ([64.142.16.245]:54356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pi7SK-0002Po-7C for qemu-devel@nongnu.org; Wed, 26 Jan 2011 10:38:48 -0500 Message-ID: <4D404002.1030601@twiddle.net> Date: Wed, 26 Jan 2011 07:38:42 -0800 From: Richard Henderson MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu-user: relocating target code weakness References: <4D3D63B3.1030402@gmail.com> <4D3DD713.10405@twiddle.net> <4D3DF2A9.3080609@gmail.com> <4D3E292E.9090001@twiddle.net> <4D400080.7080501@gmail.com> In-Reply-To: <4D400080.7080501@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Bonifazi Cc: QEMU Developers On 01/26/2011 03:07 AM, Stefano Bonifazi wrote: > P.S. Please just answer that last question, whether it is possible to > have a variable showing the upper bound of heap (some brk_end) for a > target process No, the heap grows until it reaches some other memory mapped entity. r~