From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60215 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMpsb-0003Yq-2E for qemu-devel@nongnu.org; Thu, 10 Jun 2010 18:05:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMpsZ-0000Gd-Ne for qemu-devel@nongnu.org; Thu, 10 Jun 2010 18:05:40 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:39128) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMpsZ-0000GX-HN for qemu-devel@nongnu.org; Thu, 10 Jun 2010 18:05:39 -0400 Received: by vws12 with SMTP id 12so407684vws.4 for ; Thu, 10 Jun 2010 15:05:39 -0700 (PDT) Sender: Richard Henderson Message-ID: <4C11619C.3010906@twiddle.net> Date: Thu, 10 Jun 2010 15:05:16 -0700 From: Richard Henderson MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 06/35] tcg-s390: Allocate the code_gen_buffer near the main program. References: <1275678883-7082-1-git-send-email-rth@twiddle.net> <1275678883-7082-7-git-send-email-rth@twiddle.net> <20100609225932.GJ3008@ohm.aurel32.net> In-Reply-To: <20100609225932.GJ3008@ohm.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org, agraf@suse.de On 06/09/2010 03:59 PM, Aurelien Jarno wrote: >> + start = (void *)0x90000000UL; > > Is there any reason for this address? The default link address for the main application is 0x80000000, so this is near-by. r~