From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW3io-0007Zp-8D for qemu-devel@nongnu.org; Thu, 12 Mar 2015 10:04:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YW3ik-0005Jy-WE for qemu-devel@nongnu.org; Thu, 12 Mar 2015 10:04:22 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:54823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW3ik-0005Js-PN for qemu-devel@nongnu.org; Thu, 12 Mar 2015 10:04:18 -0400 Received: from /spool/local by e35.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 12 Mar 2015 08:04:18 -0600 Received: from b03cxnp08025.gho.boulder.ibm.com (b03cxnp08025.gho.boulder.ibm.com [9.17.130.17]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 0B4801FF0021 for ; Thu, 12 Mar 2015 07:55:28 -0600 (MDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by b03cxnp08025.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t2CE0nQ826542304 for ; Thu, 12 Mar 2015 07:04:09 -0700 Received: from d03av03.boulder.ibm.com (localhost [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t2CDqBH8011559 for ; Thu, 12 Mar 2015 07:52:11 -0600 Date: Thu, 12 Mar 2015 14:51:45 +0100 From: Jens Freimann Message-ID: <20150312135145.GA3632@chuck.boeblingen.de.ibm.com> References: <1426164834-38648-1-git-send-email-jfrei@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426164834-38648-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: Re: [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: qemu-devel@nongnu.org On Thu, Mar 12, 2015 at 01:53:48PM +0100, Jens Freimann wrote: Sorry, please ignore the PREVIEW in the subject which I should have removed before sending the patches. Jens > 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 >