Re: [Qemu-devel] [PATCH] linux-user: Use abi_ulong for TARGET_ELF_PAGESTART

2015-06-12 Thread Riku Voipio
Hi, Applied to linux-user que, thanks Riku On Tuesday, June 2, 2015 12:12:21 PM EEST, Yongbok Kim wrote: ping! On 20/04/2015 16:15, Yongbok Kim wrote: TARGET_ELF_PAGESTART is required to use abi_ulong to correctly handle addresses for different target bits width. This patch fixes a problem w

Re: [Qemu-devel] [PATCH] linux-user: Use abi_ulong for TARGET_ELF_PAGESTART

2015-06-02 Thread Yongbok Kim
ping! On 20/04/2015 16:15, Yongbok Kim wrote: > TARGET_ELF_PAGESTART is required to use abi_ulong to correctly handle > addresses for different target bits width. > This patch fixes a problem when running a 64-bit user mode application > on 32-bit host machines. > > Signed-off-by: Yongbok Kim >

[Qemu-devel] [PATCH] linux-user: Use abi_ulong for TARGET_ELF_PAGESTART

2015-04-20 Thread Yongbok Kim
TARGET_ELF_PAGESTART is required to use abi_ulong to correctly handle addresses for different target bits width. This patch fixes a problem when running a 64-bit user mode application on 32-bit host machines. Signed-off-by: Yongbok Kim Reviewed-by: Peter Maydell --- linux-user/elfload.c |3