Re: [Qemu-devel] running 64 bit user mode program on 32 bit host machine

2015-04-20 Thread Peter Maydell
On 20 April 2015 at 14:34, Yongbok Kim wrote: > Hi All, > > I have faced a problem to run a simple 64 bit Linux user mode application on > 32 bit Linux host machines. > I did some investigation and found out that the TARGET_ELF_PAGESTART macro > in > the linux-user/elfload.c is causing the problem

[Qemu-devel] running 64 bit user mode program on 32 bit host machine

2015-04-20 Thread Yongbok Kim
Hi All, I have faced a problem to run a simple 64 bit Linux user mode application on 32 bit Linux host machines. I did some investigation and found out that the TARGET_ELF_PAGESTART macro in the linux-user/elfload.c is causing the problem. However I am not sure if this is the right solution a