From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1fuN-0004GW-A1 for qemu-devel@nongnu.org; Thu, 08 Sep 2011 10:48:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1fuM-0002Wo-Dp for qemu-devel@nongnu.org; Thu, 08 Sep 2011 10:48:51 -0400 Received: from mtagate1.uk.ibm.com ([194.196.100.161]:41710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1fuM-0002W8-4q for qemu-devel@nongnu.org; Thu, 08 Sep 2011 10:48:50 -0400 Received: from d06nrmr1307.portsmouth.uk.ibm.com (d06nrmr1307.portsmouth.uk.ibm.com [9.149.38.129]) by mtagate1.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p88EmfxN004850 for ; Thu, 8 Sep 2011 14:48:42 GMT Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p88Emfdu1982692 for ; Thu, 8 Sep 2011 15:48:41 +0100 Received: from d06av01.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p88Emfkr001449 for ; Thu, 8 Sep 2011 08:48:41 -0600 Message-ID: <4E68D5C5.6040908@de.ibm.com> Date: Thu, 08 Sep 2011 16:48:37 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <4E6606F3.5020102@de.ibm.com> <4E67648F.70100@de.ibm.com> <230D9300-1A87-48F0-A655-1564FA0E49B0@suse.de> In-Reply-To: <230D9300-1A87-48F0-A655-1564FA0E49B0@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] s390: remove boot image detection to fix boot with newer kernels List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Carsten Otte , programming.philipp.muens@googlemail.com, "qemu-devel@nongnu.org" On 07/09/11 14:34, Alexander Graf wrote: >> No, in theory it could change arbitrarily. The vmlinux case is unfortunate >> but in the end its "shoot yourself in the foot", we just have to make sure >> that we allow a graceful exit from a looping qemu guest. > > That's not the answer I'd like to hear. Can't we put a magic constant somewhere >for newer kernel versions that would identify those and keep the basr 13,0 hack > around for older ones? I will wire up the elf loader for s390, to make vmlinux simply work. That should make the test no longer needed. There are some small problems left, e.g. the elf loader loads the kernel as bios afterwards and therefore overwrites the kernel parameter line. Will fix this in the next days. Christian