From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUbYE-0001BS-43 for qemu-devel@nongnu.org; Tue, 23 Apr 2013 07:38:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUbYC-0005Yi-EC for qemu-devel@nongnu.org; Tue, 23 Apr 2013 07:38:22 -0400 Received: from cantor2.suse.de ([195.135.220.15]:44550 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUbYC-0005YM-82 for qemu-devel@nongnu.org; Tue, 23 Apr 2013 07:38:20 -0400 Message-ID: <517672AA.1050308@suse.de> Date: Tue, 23 Apr 2013 13:38:18 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1366658298-9275-1-git-send-email-agraf@suse.de> <51765272.8090108@de.ibm.com> In-Reply-To: <51765272.8090108@de.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/12] S390: Add virtio-ccw firmware List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: qemu-devel@nongnu.org, Dominik Dingel On 04/23/2013 11:20 AM, Christian Borntraeger wrote: > On 22/04/13 21:18, Alexander Graf wrote: >> We used to be able to boot from the virtio-s390 machine using a >> modified version of zipl. However, for our new virtio-ccw machine, >> there was not such support available. >> >> This patch set adds a tiny but of firmware to the game, so that we >> get the same functionality back that we used to have on virtio-s390. >> >> It should live in the QEMU tree, so that we can easily extend it >> to support more fancy features, like asking the user to choose which >> entry to boot, or boot menus. >> >> Alex > Thanks. > In general this seems to work for scsi disks or image files that contain > a scsi bootmap. There are several things that we should fix or extend, though: > - disabled wait > - make cio better > - pass a device id > - loadparm > - dasd bootmap (which is not architectured, but pretty similar to the scsi one) > > Can you provide a qemu tree so that we can help to fix/extend this? > I think this should go into 1.5, lets see how much we can improve this before the > hard freeze I agree :). This patch set is mostly to get us started on something. But we should have something in for 1.5, yes. My WIP tree is at: git://repo.or.cz/qemu/agraf.git s390-ccw-loader Alex