From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPbJQ-0003iN-MO for qemu-devel@nongnu.org; Thu, 04 Sep 2014 13:59:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPbJH-0001fm-GE for qemu-devel@nongnu.org; Thu, 04 Sep 2014 13:59:12 -0400 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:35776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPbJH-0001eb-6z for qemu-devel@nongnu.org; Thu, 04 Sep 2014 13:59:03 -0400 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 4 Sep 2014 18:59:00 +0100 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 1220817D8043 for ; Thu, 4 Sep 2014 19:00:57 +0100 (BST) Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s84Hww7Z33423472 for ; Thu, 4 Sep 2014 17:58:58 GMT Received: from d06av06.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s84CvVGv009197 for ; Thu, 4 Sep 2014 08:57:32 -0400 Message-ID: <5408A860.3050106@de.ibm.com> Date: Thu, 04 Sep 2014 19:58:56 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1409844743-31009-1-git-send-email-jfrei@linux.vnet.ibm.com> In-Reply-To: <1409844743-31009-1-git-send-email-jfrei@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [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: Jens Freimann , Alexander Graf , Cornelia Huck Cc: qemu-devel@nongnu.org On 04/09/14 17:32, Jens Freimann wrote: > 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(-) > Can you add your signed-off-by to Connies patches as well and resend? Christian