From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW2cw-0003l6-OQ for qemu-devel@nongnu.org; Thu, 12 Mar 2015 08:54:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YW2cm-0002nz-Pz for qemu-devel@nongnu.org; Thu, 12 Mar 2015 08:54:09 -0400 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:36427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW2cm-0002nX-Gf for qemu-devel@nongnu.org; Thu, 12 Mar 2015 08:54:04 -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, 12 Mar 2015 12:54:02 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 4DBD117D805F for ; Thu, 12 Mar 2015 12:54:21 +0000 (GMT) Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t2CCrwpe8782248 for ; Thu, 12 Mar 2015 12:53:58 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 t2CCrvBs005500 for ; Thu, 12 Mar 2015 06:53:58 -0600 From: Jens Freimann Date: Thu, 12 Mar 2015 13:53:48 +0100 Message-Id: <1426164834-38648-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/6] [PREVIEW] s390x/kvm: fixes and features 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 Conny, Alex, Christian, a few more s390 patches: Patch 1: encapsulates the HAS_DEVICE check into a generic function Patch 2: use the function introduced in Patch 1 Patch 3: introduces two new machine options for indicating the state of AES/DEA key wrapping functions Patch 4 and 5: remove dead code Patch 6: fill in length for sei_nt2 event regards Jens Dominik Dingel (3): kvm: encapsulate HAS_DEVICE for vm attrs s390x/kvm: make use of generic vm attribute check s390x/ipl: remove dead code Frank Blaschka (1): s390x/pci: fix length in sei_nt2 event Thomas Huth (1): s390x/virtio-bus: Remove unused function s390_virtio_bus_console() Tony Krowiak (1): s390x: CPACF: Handle key wrap machine options hw/s390x/ipl.c | 3 -- hw/s390x/s390-pci-bus.c | 1 + hw/s390x/s390-virtio-bus.c | 5 --- hw/s390x/s390-virtio-bus.h | 1 - hw/s390x/s390-virtio-ccw.c | 63 +++++++++++++++++++++++++++++++ include/sysemu/kvm.h | 12 ++++++ kvm-all.c | 21 +++++++++++ qemu-options.hx | 12 +++++- target-s390x/kvm.c | 93 +++++++++++++++++++++++++++++----------------- 9 files changed, 166 insertions(+), 45 deletions(-) -- 2.1.4