From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKC9J-000878-Jb for qemu-devel@nongnu.org; Thu, 12 Sep 2013 15:02:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKC9C-0007f4-34 for qemu-devel@nongnu.org; Thu, 12 Sep 2013 15:01:53 -0400 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:45527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKC9B-0007du-Pe for qemu-devel@nongnu.org; Thu, 12 Sep 2013 15:01:46 -0400 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 12 Sep 2013 19:55:33 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 963C117D805D for ; Thu, 12 Sep 2013 20:01:48 +0100 (BST) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r8CJ1ShI41484366 for ; Thu, 12 Sep 2013 19:01:28 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r8CJ1eJb028750 for ; Thu, 12 Sep 2013 13:01:40 -0600 From: Christian Borntraeger Date: Thu, 12 Sep 2013 21:01:55 +0200 Message-Id: <1379012521-26750-1-git-send-email-borntraeger@de.ibm.com> Subject: [Qemu-devel] [PULLv2 0/6] s390: cleanups and fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Christian Borntraeger , Alexander Graf , qemu-devel 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 ---------------------------------------------------------------- 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(-)