From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPZ1g-0003FB-2r for qemu-devel@nongnu.org; Thu, 04 Sep 2014 11:32:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPZ1W-0000I7-Di for qemu-devel@nongnu.org; Thu, 04 Sep 2014 11:32:44 -0400 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:45551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPZ1W-0000HW-4y for qemu-devel@nongnu.org; Thu, 04 Sep 2014 11:32:34 -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, 4 Sep 2014 16:32:31 +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 613552190041 for ; Thu, 4 Sep 2014 16:32:10 +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.14.9/8.14.9/NCO v10.0) with ESMTP id s84FWT1B41615368 for ; Thu, 4 Sep 2014 15:32:29 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 s84FWSkY013148 for ; Thu, 4 Sep 2014 09:32:28 -0600 From: Jens Freimann Date: Thu, 4 Sep 2014 17:32:20 +0200 Message-Id: <1409844743-31009-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/3] 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