From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751941AbdJPKFZ (ORCPT ); Mon, 16 Oct 2017 06:05:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36790 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750914AbdJPKFY (ORCPT ); Mon, 16 Oct 2017 06:05:24 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com E6A533680A Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=cohuck@redhat.com Date: Mon, 16 Oct 2017 12:05:14 +0200 From: Cornelia Huck To: Tony Krowiak Cc: linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, freude@de.ibm.com, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com, borntraeger@de.ibm.com, kwankhede@nvidia.com, bjsdjshi@linux.vnet.ibm.com, pbonzini@redhat.com, alex.williamson@redhat.com, pmorel@linux.vnet.ibm.com, alifm@linux.vnet.ibm.com, mjrosato@linux.vnet.ibm.com, qemu-s390x@nongnu.org, jjherne@linux.vnet.ibm.com, thuth@redhat.com, pasic@linux.vnet.ibm.com Subject: Re: [RFC 00/19] KVM: s390/crypto/vfio: guest dedicated crypto adapters Message-ID: <20171016120514.62145b4f.cohuck@redhat.com> In-Reply-To: <1507916344-3896-1-git-send-email-akrowiak@linux.vnet.ibm.com> References: <1507916344-3896-1-git-send-email-akrowiak@linux.vnet.ibm.com> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Mon, 16 Oct 2017 10:05:24 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 13 Oct 2017 13:38:45 -0400 Tony Krowiak wrote: > Overview: > -------- > An adjunct processor (AP) facility is an IBM Z cryptographic facility. The > AP facility is comprised of three AP instructions and from 1 to 256 AP > adapter cards. The design takes advantage of the interpretive execution mode > provided by the SIE architecture. With interpretive execution mode, the AP > instructions executed on the guest are interpreted by the hardware. This > allows guests direct access to AP adapter cards. The first goal of this > patch series is to provide direct access by a KVM guest to an AP as a > pass-through device. The second goal is to provide administrators with the > means to configure KVM guests to grant direct access to AP facilities > assigned to the LPAR in which the host linux system is running. > > To facilitate the comprehension of the design, let's present an overview of > the AP architecture. I have not yet looked at the patches (and I'm not sure whether I'll be able to do so until after the KVM Forum), but I think this also needs some explanation under Documentation/, so people can still make sense of it in the future.