From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUxws-0007Wg-As for qemu-devel@nongnu.org; Mon, 09 Mar 2015 09:42:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUxwl-0001GV-LI for qemu-devel@nongnu.org; Mon, 09 Mar 2015 09:42:22 -0400 Received: from cantor2.suse.de ([195.135.220.15]:42962 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUxwl-0001GK-FO for qemu-devel@nongnu.org; Mon, 09 Mar 2015 09:42:15 -0400 Message-ID: <54FDA32D.80007@suse.de> Date: Mon, 09 Mar 2015 08:42:05 -0500 From: Alexander Graf MIME-Version: 1.0 References: <1425895973-15239-1-git-send-email-thuth@linux.vnet.ibm.com> <1425895973-15239-2-git-send-email-thuth@linux.vnet.ibm.com> <54FD7FF5.5020509@de.ibm.com> <20150309143005.77de3175@oc7435384737.ibm.com> In-Reply-To: <20150309143005.77de3175@oc7435384737.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/2] elf-loader: Provide the possibility to relocate s390 ELF files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , Christian Borntraeger Cc: cornelia.huck@de.ibm.com, qemu-devel@nongnu.org On 09.03.15 08:30, Thomas Huth wrote: > On Mon, 09 Mar 2015 12:11:49 +0100 > Christian Borntraeger wrote: > >> Am 09.03.2015 um 11:12 schrieb Thomas Huth: >>> On s390, we would like to load our "BIOS" s390-ccw.img to the end of the >>> RAM. Therefor we need the possibility to relocate the ELF file so that >>> it can also run from different addresses. This patch adds the necessary >>> code to the QEMU ELF loader function. >>> >>> Signed-off-by: Thomas Huth >> >> I think this was Acked by Alex? > > Well, that was on the first version which still had endianess bugs ... > Alex, does your Ack still stand for v2, too? > Acked-by: Alexander Graf Alex