From patchwork Tue Sep 3 07:58:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Borntraeger X-Patchwork-Id: 272158 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 0F51B2C00A6 for ; Tue, 3 Sep 2013 18:01:20 +1000 (EST) Received: from localhost ([::1]:43852 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGlY3-00067d-Ej for incoming@patchwork.ozlabs.org; Tue, 03 Sep 2013 04:01:15 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGlVR-0002do-Fr for qemu-devel@nongnu.org; Tue, 03 Sep 2013 03:58:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGlVF-0007rW-43 for qemu-devel@nongnu.org; Tue, 03 Sep 2013 03:58:33 -0400 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:55254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGlVE-0007pJ-Pp for qemu-devel@nongnu.org; Tue, 03 Sep 2013 03:58:21 -0400 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 3 Sep 2013 08:52:50 +0100 Received: from d06dlp02.portsmouth.uk.ibm.com (9.149.20.14) by e06smtp13.uk.ibm.com (192.168.101.143) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 3 Sep 2013 08:52:48 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 179C2219005E for ; Tue, 3 Sep 2013 08:58:16 +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 r837w3MS56688786 for ; Tue, 3 Sep 2013 07:58:04 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 r837wFk4023293 for ; Tue, 3 Sep 2013 01:58:15 -0600 Received: from tuxmaker.boeblingen.de.ibm.com (tuxmaker.boeblingen.de.ibm.com [9.152.85.9]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id r837wF5g023289; Tue, 3 Sep 2013 01:58:15 -0600 Received: by tuxmaker.boeblingen.de.ibm.com (Postfix, from userid 25651) id 22BD21224437; Tue, 3 Sep 2013 09:58:15 +0200 (CEST) From: Christian Borntraeger To: Alexander Graf Date: Tue, 3 Sep 2013 09:58:31 +0200 Message-Id: <1378195117-60980-1-git-send-email-borntraeger@de.ibm.com> X-Mailer: git-send-email 1.8.3.1 X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13090307-2966-0000-0000-000008A23D4F X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 195.75.94.109 Cc: Cornelia Huck , Christian Borntraeger , Jens Freimann , =?UTF-8?q?Andreas=20F=C3=A4rber?= , qemu-devel Subject: [Qemu-devel] [PULL 0/6] s390: cleanups and fixes X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Alex, the next bunch of patches for s390. If there are no complaints, I will send out a pull request soon. ---snip--- 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. ---------------------------------------------------------------- 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(-) Acked-by: Alexander Graf