On 06/02/2013 10:15 AM, Peter Maydell wrote:
> So for a new architecture how do we determine whether we need
> to fiddle with the start address or not? (More specifically,
> is aarch64 going to need a linker script or just to go in the
> configure list of "hosts which don't need one" ?)

Basically, for a non-PIE build, is there room to run the -linux-user guest
binary?  That means getting out of the way of the guest's default link
location.  If the host default link location is above 2G you may be good; above
4G is even better.


r~

Reply via email to