From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS47K-0005FB-Jx for qemu-devel@nongnu.org; Thu, 11 Sep 2014 09:09:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XS47A-0003dz-SO for qemu-devel@nongnu.org; Thu, 11 Sep 2014 09:08:54 -0400 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:44300) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS47A-0003df-JJ for qemu-devel@nongnu.org; Thu, 11 Sep 2014 09:08:44 -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, 11 Sep 2014 14:08:43 +0100 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 5BD3D1B0802D for ; Thu, 11 Sep 2014 14:09:44 +0100 (BST) Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s8BD8ecR24707254 for ; Thu, 11 Sep 2014 13:08:40 GMT Received: from d06av04.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s8BD8dGq028963 for ; Thu, 11 Sep 2014 07:08:39 -0600 Message-ID: <54119ED6.8050108@de.ibm.com> Date: Thu, 11 Sep 2014 15:08:38 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1409902398-22028-1-git-send-email-jfrei@linux.vnet.ibm.com> In-Reply-To: <1409902398-22028-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 RESEND] 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 05/09/14 09:33, 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(-) > All applied to s390-next.