From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPo1r-0002WD-GN for qemu-devel@nongnu.org; Fri, 05 Sep 2014 03:34:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPo1i-0006xl-Dz for qemu-devel@nongnu.org; Fri, 05 Sep 2014 03:33:55 -0400 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:33093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPo1i-0006xa-3b for qemu-devel@nongnu.org; Fri, 05 Sep 2014 03:33:46 -0400 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 5 Sep 2014 08:33:44 +0100 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id A269C1B08049 for ; Fri, 5 Sep 2014 08:34:44 +0100 (BST) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s857XgpX37880018 for ; Fri, 5 Sep 2014 07:33:42 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s857Xg3h004043 for ; Fri, 5 Sep 2014 01:33:42 -0600 From: Jens Freimann Date: Fri, 5 Sep 2014 09:33:15 +0200 Message-Id: <1409902398-22028-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/3 RESEND] s390x: css patches and small sclp cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger , Alexander Graf , Cornelia Huck Cc: Jens Freimann , qemu-devel@nongnu.org Cornelia, Christian, Alex, here are two css patches and a small sclp cleanup. Patch 1 remove duplicate defines in SCLP code Patch 2 adds support for format-0 ccws Patch 3 a css bugfix adding a limit of 255 to ccws chains without data transfer regards Jens Cornelia Huck (2): s390x/css: support format-0 ccws s390x/css: catch ccw sequence errors Jens Freimann (1): s390x: remove duplicate defines in SCLP code hw/s390x/css.c | 40 +++++++++++++++++++++++++++++++--------- hw/s390x/css.h | 2 ++ include/hw/s390x/sclp.h | 2 -- target-s390x/ioinst.h | 10 ++++++++++ 4 files changed, 43 insertions(+), 11 deletions(-) -- 1.8.5.5