From mboxrd@z Thu Jan 1 00:00:00 1970 From: Janosch Frank Subject: [PATCH 0/2] KVM: s390: Refactor host interpretation facilities controls Date: Fri, 16 Feb 2018 12:16:13 +0100 Message-ID: <1518779775-256056-1-git-send-email-frankja@linux.vnet.ibm.com> Cc: schwidefsky@de.ibm.com, borntraeger@de.ibm.com, david@redhat.com, alifm@linux.vnet.ibm.com, imbrenda@linux.vnet.ibm.com, linux-s390@vger.kernel.org To: kvm@vger.kernel.org Return-path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:45566 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S935335AbeBPLQn (ORCPT ); Fri, 16 Feb 2018 06:16:43 -0500 Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w1GB9wlt136738 for ; Fri, 16 Feb 2018 06:16:42 -0500 Received: from e06smtp15.uk.ibm.com (e06smtp15.uk.ibm.com [195.75.94.111]) by mx0b-001b2d01.pphosted.com with ESMTP id 2g5tn68jx8-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 16 Feb 2018 06:16:42 -0500 Received: from localhost by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 16 Feb 2018 11:16:41 -0000 Sender: kvm-owner@vger.kernel.org List-ID: The host interpretation controls and usage indication variables need some renaming, so one can actually distinguish them by name. For the sake of completeness and later expected use, we introduce controls for pfmfi and the storage key facility (skf). Janosch Frank (2): KVM: s390: Refactor host cmma and pfmfi interpretation controls KVM: s390: Add storage key facility interpretation control arch/s390/include/asm/kvm_host.h | 2 ++ arch/s390/include/asm/mmu.h | 6 +++--- arch/s390/include/asm/mmu_context.h | 4 ++-- arch/s390/include/asm/pgtable.h | 4 ++-- arch/s390/kvm/kvm-s390.c | 26 ++++++++++++++------------ arch/s390/kvm/priv.c | 26 +++++++++++++++----------- arch/s390/mm/gmap.c | 6 +++--- arch/s390/mm/pgtable.c | 4 ++-- 8 files changed, 43 insertions(+), 35 deletions(-) -- 2.7.4