From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZunY-0000Qh-QY for qemu-devel@nongnu.org; Mon, 24 Sep 2007 16:44:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZunY-0000QM-5L for qemu-devel@nongnu.org; Mon, 24 Sep 2007 16:44:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZunY-0000QG-0J for qemu-devel@nongnu.org; Mon, 24 Sep 2007 16:44:56 -0400 Received: from sp604005mt.neufgp.fr ([84.96.92.11] helo=smtp.Neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZunX-0003pA-Ad for qemu-devel@nongnu.org; Mon, 24 Sep 2007 16:44:55 -0400 Received: from [86.73.70.210] by sp604005mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0JOW0011V485O8I1@sp604005mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Mon, 24 Sep 2007 22:43:17 +0200 (CEST) Date: Mon, 24 Sep 2007 22:42:51 +0200 From: Fabrice Bellard Subject: Re: [Qemu-devel] qemu elf_ops.h In-reply-to: Message-id: <46F8214B.2080106@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Try to avoid using target_phys_addr_t at this place as I don't want this code to be CPU dependent (think of a machine having several different CPUs !). Regards, Fabrice. Blue Swirl wrote: > CVSROOT: /cvsroot/qemu > Module name: qemu > Changes by: Blue Swirl 07/09/24 18:41:27 > > Modified files: > . : elf_ops.h > > Log message: > Fix loading above 4G > > CVSWeb URLs: > http://cvs.savannah.gnu.org/viewcvs/qemu/elf_ops.h?cvsroot=qemu&r1=1.8&r2=1.9 > > > >