From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWOyz-0005vq-U8 for qemu-devel@nongnu.org; Tue, 23 Sep 2014 08:14:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWOyr-0002Bz-16 for qemu-devel@nongnu.org; Tue, 23 Sep 2014 08:14:13 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:52665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWOyq-00029j-NF for qemu-devel@nongnu.org; Tue, 23 Sep 2014 08:14:04 -0400 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 23 Sep 2014 13:13:58 +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 1B8B0219004D for ; Tue, 23 Sep 2014 13:13:34 +0100 (BST) Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s8NCDse743450380 for ; Tue, 23 Sep 2014 12:13:54 GMT Received: from d06av10.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s8NCDsu4006230 for ; Tue, 23 Sep 2014 06:13:54 -0600 From: Christian Borntraeger Date: Tue, 23 Sep 2014 14:14:13 +0200 Message-Id: <1411474456-12226-1-git-send-email-borntraeger@de.ibm.com> Subject: [Qemu-devel] [PULL 0/3] s390x/kvm: some fixes and cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel , Alexander Graf , Christian Borntraeger , Jens Freimann , Cornelia Huck , Richard Henderson Peter, The following changes since commit 07e2863d0271ac6c05206d8ce9e4f4c39b25d3ea: exec.c: fix setting 1-byte-long watchpoints (2014-09-19 17:42:16 +0100) are available in the git repository at: git://github.com/borntraeger/qemu.git tags/s390x-20140923 for you to fetch changes up to e8601dd5d0ffa909068ddefe33bf6a53d8af063a: s390x/css: catch ccw sequence errors (2014-09-23 14:10:17 +0200) ---------------------------------------------------------------- s390x/kvm: some fixes and cleanups 1. sclp: get of of duplicate defines 2. ccw: implement and fix handling of some special cases ---------------------------------------------------------------- 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(-)