From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUbTr-0006pS-2Z for qemu-devel@nongnu.org; Tue, 23 Apr 2013 07:33:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUbTk-0003vB-4d for qemu-devel@nongnu.org; Tue, 23 Apr 2013 07:33:50 -0400 Received: from cantor2.suse.de ([195.135.220.15]:44355 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUbTj-0003v6-U5 for qemu-devel@nongnu.org; Tue, 23 Apr 2013 07:33:44 -0400 Message-ID: <51767196.2090008@suse.de> Date: Tue, 23 Apr 2013 13:33:42 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1366658298-9275-1-git-send-email-agraf@suse.de> <1366716185-36913-1-git-send-email-borntraeger@de.ibm.com> In-Reply-To: <1366716185-36913-1-git-send-email-borntraeger@de.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] updates for s390-ccw.img List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: cornelia.huck@de.ibm.com, qemu-devel@nongnu.org, Dominik Dingel On 04/23/2013 01:23 PM, Christian Borntraeger wrote: > Alex, > > here are the quick things that I needed to make the s390-ccw.img working. > Please have a look and feel free to apply. Thanks, applied all except for 3/4 to my branch :) Alex > > Christian Borntraeger (4): > s390-ccw.img: replace while loop with a disabled wait on s390 bios > s390-ccw.img: build s390-ccw rom on s3900 system by default > s390-ccw.img: Fix compile warning in s390 ccw virtio code > s390-ccw.img: Take care of the elf->img transition > > configure | 7 ++++++- > pc-bios/s390-ccw/Makefile | 4 ++-- > pc-bios/s390-ccw/main.c | 2 ++ > pc-bios/s390-ccw/s390-ccw.h | 3 +++ > pc-bios/s390-ccw/start.S | 15 +++++++++++++++ > pc-bios/s390-ccw/virtio.c | 4 +++- > 6 files changed, 31 insertions(+), 4 deletions(-) >