From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmKb9-0003e6-Rd for qemu-devel@nongnu.org; Wed, 14 Oct 2015 07:52:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmKb6-0000dr-Ft for qemu-devel@nongnu.org; Wed, 14 Oct 2015 07:51:59 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:36657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmKb6-0000bH-5p for qemu-devel@nongnu.org; Wed, 14 Oct 2015 07:51:56 -0400 Received: from localhost by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 14 Oct 2015 12:51:53 +0100 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 505001B08072 for ; Wed, 14 Oct 2015 12:51:56 +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 t9EBppRZ23920722 for ; Wed, 14 Oct 2015 11:51:51 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 t9EBpoRQ024276 for ; Wed, 14 Oct 2015 05:51:51 -0600 From: Cornelia Huck Date: Wed, 14 Oct 2015 13:51:38 +0200 Message-Id: <1444823507-7267-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH 0/9] Next set of s390x patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Cornelia Huck , borntraeger@de.ibm.com, jfrei@linux.vnet.ibm.com, agraf@suse.de More s390x patches. The first ones are fixes: A regression, missed compat and a missed part of the SIMD support. The others contain optimizations and cleanup. Christian Borntraeger (1): s390x/kvm: Fix vector validity bit in device machine checks Cornelia Huck (2): s390x/virtio-ccw: fix 2.4 virtio compat s390x: flagify mcic values David Hildenbrand (5): s390x: unify device reset during subsystem_reset() s390x/ipl: we always have an ipl device s390x: machine reset function with new ipl cpu handling s390x: reset crypto only on clear reset and QEMU reset s390x/cmma: clean up cmma reset Tony Krowiak (1): util/qemu-config: fix missing machine command line options hw/s390x/ipl.c | 53 +++++++++++++++++++------------------ hw/s390x/ipl.h | 5 +++- hw/s390x/s390-virtio-ccw.c | 44 +++++++++++++++++++------------ hw/s390x/s390-virtio.c | 15 +++++++++++ hw/s390x/s390-virtio.h | 1 + target-s390x/cpu.h | 65 ++++++++++++++++++++++++++++++++++++++++++---- target-s390x/kvm.c | 32 ++++++++++++++++------- target-s390x/misc_helper.c | 12 ++++----- util/qemu-config.c | 8 ++++++ 9 files changed, 168 insertions(+), 67 deletions(-) -- 2.6.1