From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3OIS-0002zQ-QM for qemu-devel@nongnu.org; Fri, 12 Jun 2015 08:42:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3OIN-0000FD-NX for qemu-devel@nongnu.org; Fri, 12 Jun 2015 08:42:56 -0400 Received: from jessie.kos.to ([212.47.231.226]:40605 helo=pilvi.kos.to) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3OIN-0000D4-I8 for qemu-devel@nongnu.org; Fri, 12 Jun 2015 08:42:51 -0400 From: Riku Voipio Date: Fri, 12 Jun 2015 15:42:42 +0300 MIME-Version: 1.0 Message-ID: <734bbba9-ad66-45b4-865e-be758cedca1f@iki.fi> In-Reply-To: <556D7375.8090404@imgtec.com> References: <1429542920-47029-1-git-send-email-yongbok.kim@imgtec.com> <556D7375.8090404@imgtec.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] =?iso-8859-1?q?=5BPATCH=5D_linux-user=3A_Use_abi=5Fu?= =?iso-8859-1?q?long_for_TARGET=5FELF=5FPAGESTART?= List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yongbok Kim Cc: qemu-devel@nongnu.org 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 when running a 64-bit user mode application >> on 32-bit host machines. >>=20 >> Signed-off-by: Yongbok Kim ... > > >