From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Borntraeger Subject: Re: [GIT PULL 1/2] KVM: s390: allow user space to handle instr 0x0000 Date: Wed, 20 Jul 2016 16:35:49 +0200 Message-ID: <578F8C45.6060505@de.ibm.com> References: <1469018400-8397-1-git-send-email-borntraeger@de.ibm.com> <1469018400-8397-2-git-send-email-borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Cc: KVM , Cornelia Huck , linux-s390 , David Hildenbrand , marc.zyngier@arm.com, cdall@cs.columbia.edu To: Paolo Bonzini , =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:49550 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753616AbcGTOf5 (ORCPT ); Wed, 20 Jul 2016 10:35:57 -0400 Received: from pps.filterd (m0098393.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u6KEXYup045141 for ; Wed, 20 Jul 2016 10:35:57 -0400 Received: from e06smtp15.uk.ibm.com (e06smtp15.uk.ibm.com [195.75.94.111]) by mx0a-001b2d01.pphosted.com with ESMTP id 2495r9jgm1-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 20 Jul 2016 10:35:56 -0400 Received: from localhost by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 20 Jul 2016 15:35:54 +0100 In-Reply-To: <1469018400-8397-2-git-send-email-borntraeger@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: Marc, Christoffer, FYI/FYA the CAP number will conflict with your kvmarm changes. I assume Paolo/Radim will resolve this when merging. Seems that you have no hit in api.txt, correct? > diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt > index c4d2fb0..299306d 100644 > --- a/Documentation/virtual/kvm/api.txt > +++ b/Documentation/virtual/kvm/api.txt [...] > +7.8 KVM_CAP_S390_USER_INSTR0 > + > +Architectures: s390 [...] > --- a/include/uapi/linux/kvm.h > +++ b/include/uapi/linux/kvm.h > @@ -867,6 +867,7 @@ struct kvm_ppc_smmu_info { > #define KVM_CAP_VCPU_ATTRIBUTES 127 > #define KVM_CAP_MAX_VCPU_ID 128 > #define KVM_CAP_X2APIC_API 129 > +#define KVM_CAP_S390_USER_INSTR0 130