From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CB660C10F11 for ; Wed, 24 Apr 2019 11:56:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9DA5320811 for ; Wed, 24 Apr 2019 11:56:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727503AbfDXL41 (ORCPT ); Wed, 24 Apr 2019 07:56:27 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:54180 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726774AbfDXL41 (ORCPT ); Wed, 24 Apr 2019 07:56:27 -0400 Received: from pps.filterd (m0098410.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x3OBs4dq025747 for ; Wed, 24 Apr 2019 07:56:25 -0400 Received: from e32.co.us.ibm.com (e32.co.us.ibm.com [32.97.110.150]) by mx0a-001b2d01.pphosted.com with ESMTP id 2s2nhcnc4w-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 24 Apr 2019 07:56:25 -0400 Received: from localhost by e32.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 24 Apr 2019 12:56:24 +0100 Received: from b03cxnp07028.gho.boulder.ibm.com (9.17.130.15) by e32.co.us.ibm.com (192.168.1.132) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Wed, 24 Apr 2019 12:56:21 +0100 Received: from b03ledav004.gho.boulder.ibm.com (b03ledav004.gho.boulder.ibm.com [9.17.130.235]) by b03cxnp07028.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id x3OBuK6p28573842 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 24 Apr 2019 11:56:20 GMT Received: from b03ledav004.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 83A0F78060; Wed, 24 Apr 2019 11:56:20 +0000 (GMT) Received: from b03ledav004.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id E3E8E78063; Wed, 24 Apr 2019 11:56:19 +0000 (GMT) Received: from localhost.localdomain (unknown [9.114.17.106]) by b03ledav004.gho.boulder.ibm.com (Postfix) with ESMTP; Wed, 24 Apr 2019 11:56:19 +0000 (GMT) From: Christian Borntraeger To: Christian Borntraeger , Janosch Frank Cc: KVM , Cornelia Huck , David Hildenbrand , Paolo Bonzini , =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= , Collin Walling , "Jason J . Herne" Subject: [PATCH v2 0/7] KVM: s390: new guest facilities Date: Wed, 24 Apr 2019 07:56:12 -0400 X-Mailer: git-send-email 2.17.1 X-TM-AS-GCONF: 00 x-cbid: 19042411-0004-0000-0000-00001503418E X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00010986; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000285; SDB=6.01193680; UDB=6.00625773; IPR=6.00974503; MB=3.00026575; MTD=3.00000008; XFM=3.00000015; UTC=2019-04-24 11:56:23 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 19042411-0005-0000-0000-00008B62E2B4 Message-Id: <20190424115619.2483-1-borntraeger@de.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2019-04-24_08:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=870 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1904240097 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Here is support for new guest cpu facilities. v1->v2: rework keywrapping patch (now the last one) - vsie - also check for aes keywrapping - add helper functions Christian Borntraeger (7): KVM: s390: add vector enhancements facility 2 to cpumodel KVM: s390: add vector BCD enhancements facility to cpumodel KVM: s390: add MSA9 to cpumodel KVM: s390: provide query function for instructions returning 32 byte KVM: s390: add enhanced sort facilty to cpu model KVM: s390: add deflate conversion facilty to cpu model KVM: s390: enable MSA9 keywrapping functions depending on cpu model Documentation/virtual/kvm/devices/vm.txt | 3 +- arch/s390/include/asm/cpacf.h | 1 + arch/s390/include/asm/kvm_host.h | 1 + arch/s390/include/uapi/asm/kvm.h | 5 +- arch/s390/kvm/kvm-s390.c | 103 ++++++++++++++++++++++- arch/s390/kvm/vsie.c | 5 +- arch/s390/tools/gen_facilities.c | 3 + tools/arch/s390/include/uapi/asm/kvm.h | 3 +- 8 files changed, 119 insertions(+), 5 deletions(-) -- 2.17.1