On 04.06.2013 18:13, Peter Maydell wrote: > On 4 June 2013 16:55, Claudio Fontana <claudio.font...@huawei.com> 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