From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWMX7-0000ZL-HO for qemu-devel@nongnu.org; Fri, 13 Mar 2015 06:09:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YWMX4-00076X-Ar for qemu-devel@nongnu.org; Fri, 13 Mar 2015 06:09:33 -0400 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:40056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWMX4-00076A-0n for qemu-devel@nongnu.org; Fri, 13 Mar 2015 06:09:30 -0400 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 13 Mar 2015 10:09:27 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id C09E217D8059 for ; Fri, 13 Mar 2015 10:09:47 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t2DA9OhD10027338 for ; Fri, 13 Mar 2015 10:09:24 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t2DA9ODa006035 for ; Fri, 13 Mar 2015 04:09:24 -0600 Date: Fri, 13 Mar 2015 11:09:22 +0100 From: Cornelia Huck Message-ID: <20150313110922.5c3900e4.cornelia.huck@de.ibm.com> In-Reply-To: <1426164834-38648-1-git-send-email-jfrei@linux.vnet.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-Transfer-Encoding: 7bit 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: Jens Freimann Cc: Christian Borntraeger , Alexander Graf , qemu-devel@nongnu.org On Thu, 12 Mar 2015 13:53:48 +0100 Jens Freimann wrote: > 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(-) > FWIW, there were some trivial conflicts with the machine state stuff, which I fixed up. Applied to my s390-next branch.