From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1FDN-0008Iu-Po for qemu-devel@nongnu.org; Mon, 12 Apr 2010 04:41:54 -0400 Received: from [140.186.70.92] (port=57584 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1FDL-0008Gv-OC for qemu-devel@nongnu.org; Mon, 12 Apr 2010 04:41:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1FDJ-0002Rh-MH for qemu-devel@nongnu.org; Mon, 12 Apr 2010 04:41:51 -0400 Received: from mtagate4.de.ibm.com ([195.212.17.164]:50383) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1FDJ-0002Qg-4U for qemu-devel@nongnu.org; Mon, 12 Apr 2010 04:41:49 -0400 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate4.de.ibm.com (8.13.1/8.13.1) with ESMTP id o3C8fYcL012471 for ; Mon, 12 Apr 2010 08:41:34 GMT Received: from d12av02.megacenter.de.ibm.com (d12av02.megacenter.de.ibm.com [9.149.165.228]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o3C8fX281597542 for ; Mon, 12 Apr 2010 10:41:34 +0200 Received: from d12av02.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o3C8fXe0000357 for ; Mon, 12 Apr 2010 10:41:33 +0200 Message-ID: <4BC2DD4B.8090404@de.ibm.com> Date: Mon, 12 Apr 2010 10:43:55 +0200 From: Carsten Otte MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 6/6] [S390] Add firmware code References: <1270140161-17216-1-git-send-email-agraf@suse.de> <1270140161-17216-7-git-send-email-agraf@suse.de> <20100409201718.GM21042@volta.aurel32.net> In-Reply-To: <20100409201718.GM21042@volta.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: waldi@debian.org, Alexander Graf , qemu-devel@nongnu.org Aurelien Jarno wrote: > I am not fully comfortable introducing a binary firmware based on a > patch posted on a website. I see two options: > - Get your patch merged into ZIPL, so that we can build the firmware > directly from the ZIPL sources > - Add the patch to the pc-bios/ directory Looks like we'll have to sort out how to work with patches against s390-tools from the legal side. So far s390-tools is IBM-Code only and released as GPL, maybe it needs to go to sourceforge or alike in order be able to receive contributions. While we're at it, I think it would be good to have it as a blob in QEMU so that users can actually boot :-).