From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsubX-0005mR-1H for qemu-devel@nongnu.org; Tue, 17 Dec 2013 08:22:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VsubN-0004w1-Er for qemu-devel@nongnu.org; Tue, 17 Dec 2013 08:22:30 -0500 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:37051) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsubN-0004v8-58 for qemu-devel@nongnu.org; Tue, 17 Dec 2013 08:22:21 -0500 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 17 Dec 2013 13:22:18 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 8FE6617D8059 for ; Tue, 17 Dec 2013 13:22:14 +0000 (GMT) Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps3075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id rBHDM3w91704408 for ; Tue, 17 Dec 2013 13:22:03 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 rBHDMEO5016610 for ; Tue, 17 Dec 2013 06:22:15 -0700 From: Jens Freimann Date: Tue, 17 Dec 2013 14:22:02 +0100 Message-Id: <1387286530-31516-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/8] s390 sigp, chsc and diag bugfixes/cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger , Alexander Graf Cc: Jens Freimann , qemu-devel@nongnu.org Alex, this is mostly bugfixes and cleanup patches, except for Patch 4/8 which implements a SIGP order code for "cpu start". regards Jens Cornelia Huck (1): s390x/kvm: Fix diagnose handling. Thomas Huth (7): s390x/kvm: Removed duplicated SIGP defines s390x/kvm: Removed s390_store_status stub s390x/kvm: Fix coding style in handle_sigp() s390x/kvm: Implemented SIGP START s390x/kvm: Simplified the calculation of the SIGP order code s390x/kvm: Fixed condition code for unknown SIGP orders s390x/ioinst: CHSC has to set a condition code target-s390x/cpu.h | 3 ++ target-s390x/ioinst.c | 1 + target-s390x/kvm.c | 98 ++++++++++++++++++++++++--------------------------- 3 files changed, 50 insertions(+), 52 deletions(-) -- 1.8.3.4