From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ujtwx-0003xG-9G for qemu-devel@nongnu.org; Tue, 04 Jun 2013 12:19:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ujtwu-0003fO-16 for qemu-devel@nongnu.org; Tue, 04 Jun 2013 12:19:07 -0400 Received: from mail-qa0-x236.google.com ([2607:f8b0:400d:c00::236]:60452) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ujtwt-0003eL-T5 for qemu-devel@nongnu.org; Tue, 04 Jun 2013 12:19:03 -0400 Received: by mail-qa0-f54.google.com with SMTP id n20so320641qaj.20 for ; Tue, 04 Jun 2013 09:19:03 -0700 (PDT) Sender: Richard Henderson Message-ID: <51AE1372.1030103@twiddle.net> Date: Tue, 04 Jun 2013 09:18:58 -0700 From: Richard Henderson MIME-Version: 1.0 References: <519A5B9F.6090507@twiddle.net> <51ACA6E0.5090202@twiddle.net> <51AE0DF9.6060709@huawei.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Could configure generate QEMU's linker scripts? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Michael Tokarev , Ed Maste , Claudio Fontana , qemu-devel@nongnu.org On 06/04/2013 09:13 AM, Peter Maydell wrote: > Since we now default to "reserve 4GB space and > set guest-base" this should work OK (if all the > TCG bits are right). Indeed it should. Which reminds me... we should remove the bits that make guest-base optional, now that all TCG backends support it. r~