From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uk9e4-0007sc-7A for qemu-devel@nongnu.org; Wed, 05 Jun 2013 05:04:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uk9dz-0004qo-SD for qemu-devel@nongnu.org; Wed, 05 Jun 2013 05:04:40 -0400 Received: from lhrrgout.huawei.com ([194.213.3.17]:60757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uk9dz-0004qj-Jb for qemu-devel@nongnu.org; Wed, 05 Jun 2013 05:04:35 -0400 Message-ID: <51AEFEFE.8040004@huawei.com> Date: Wed, 5 Jun 2013 11:03:58 +0200 From: Claudio Fontana 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 , qemu-devel@nongnu.org, Richard Henderson On 04.06.2013 18:13, Peter Maydell wrote: > On 4 June 2013 16:55, Claudio Fontana wrote: >> I'm trying to get this to run, in order to be able to test the >> aarch64 TCG User mode support I have under development. > > Does it work as a first pass with aarch64 put in the > configure list of "doesn't need a linker script"? Yes! :) > Since we now default to "reserve 4GB space and > set guest-base" this should work OK (if all the > TCG bits are right). Fiddling with the start > address is only needed for the "-R 0" no-reserved-mem > case. > > I think this should let you debug the two issues > separately... > > thanks > -- PMM > $ ./qemu-x86_64 ./user_mode_test_binary_x86.out I am a binary executable, and I actually run! $ I'll make it nice now, then post a series for TCG User mode. I am using my quirky workaround for the getdents issue, I will now apply Peter's patch instead and test the whole thing. Claudio