From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK8iH-0001LJ-9q for qemu-devel@nongnu.org; Thu, 12 Sep 2013 11:21:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VK8i9-00035u-Q0 for qemu-devel@nongnu.org; Thu, 12 Sep 2013 11:21:45 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:45472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK8i9-00035A-H5 for qemu-devel@nongnu.org; Thu, 12 Sep 2013 11:21:37 -0400 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 12 Sep 2013 16:16:10 +0100 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 02B33219005E for ; Thu, 12 Sep 2013 16:21:30 +0100 (BST) Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r8CFLHlZ65470712 for ; Thu, 12 Sep 2013 15:21:17 GMT Received: from d06av02.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r8CFLSs7030500 for ; Thu, 12 Sep 2013 09:21:29 -0600 Message-ID: <5231DBF7.1060609@de.ibm.com> Date: Thu, 12 Sep 2013 17:21:27 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1378195117-60980-1-git-send-email-borntraeger@de.ibm.com> <522633AD.8030605@de.ibm.com> In-Reply-To: <522633AD.8030605@de.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] s390: cleanups and fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel , Alexander Graf , Christian Borntraeger , Jens Freimann , Cornelia Huck , =?ISO-8859-1?Q?Andreas_F=E4rber?= On 03/09/13 21:08, Christian Borntraeger wrote: > Anthony, > > > The following changes since commit 4ff78e0dbcd5c795962567fdc1b31e9e03c55b07: > > Merge remote-tracking branch 'luiz/queue/qmp' into staging (2013-08-30 12:26:04 -0500) > > are available in the git repository at: > > > git://github.com/borntraeger/qemu.git tags/s390-20130902 > > for you to fetch changes up to d66b1005d2ade6ce7854581aac6f3222f6dd7ea4: > > s390/ioinst: Moved the CC setting to the IO instruction handlers (2013-09-02 16:55:14 +0200) > > ---------------------------------------------------------------- > This is a bunch of cleanups and fixes for the s390 architecture. > Series is > Acked-by: Alexander Graf > Ping? > ---------------------------------------------------------------- > Christian Borntraeger (2): > s390/dump: zero out padding bytes in notes sections > s390/ipl: Update the s390-ccw.img rom > > Cornelia Huck (1): > s390/ipl: Fix waiting for virtio processing > > Thomas Huth (3): > s390/kvm: Add check for priviledged SCLP handler > s390/cpu: Make setcc() function available to other files > s390/ioinst: Moved the CC setting to the IO instruction handlers > > pc-bios/s390-ccw.img | Bin 9432 -> 9336 bytes > pc-bios/s390-ccw/virtio.c | 7 +-- > pc-bios/s390-ccw/virtio.h | 1 + > target-s390x/arch_dump.c | 1 + > target-s390x/cpu.h | 11 ++++- > target-s390x/ioinst.c | 110 +++++++++++++++++++++------------------------- > target-s390x/ioinst.h | 26 +++++------ > target-s390x/kvm.c | 54 ++++++++--------------- > 8 files changed, 96 insertions(+), 114 deletions(-) > > >