qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <1509033294-4945-3-git-send-email-akrowiak@linux.vnet.ibm.com>]
  • [parent not found: <1509033294-4945-4-git-send-email-akrowiak@linux.vnet.ibm.com>]
  • [parent not found: <1509033294-4945-5-git-send-email-akrowiak@linux.vnet.ibm.com>]
  • [parent not found: <1509033294-4945-6-git-send-email-akrowiak@linux.vnet.ibm.com>]
  • * Re: [Qemu-devel] [RFC 0/5] guest dedicated crypto adapters: QEMU usage
           [not found] <1509033294-4945-1-git-send-email-akrowiak@linux.vnet.ibm.com>
                       ` (4 preceding siblings ...)
           [not found] ` <1509033294-4945-6-git-send-email-akrowiak@linux.vnet.ibm.com>
    @ 2017-11-14 15:23 ` Cornelia Huck
      5 siblings, 0 replies; 7+ messages in thread
    From: Cornelia Huck @ 2017-11-14 15:23 UTC (permalink / raw)
      To: Tony Krowiak
      Cc: linux-s390, qemu-s390x, kvm, freude, schwidefsky, heiko.carstens,
    	borntraeger, kwankhede, bjsdjshi, pbonzini, alex.williamson,
    	pmorel, alifm, mjrosato, jjherne, thuth, pasic, qemu-devel
    
    On Thu, 26 Oct 2017 11:54:49 -0400
    Tony Krowiak <akrowiak@linux.vnet.ibm.com> wrote:
    
    > I was asked to post this QEMU patch set to the mailing list to illustrate
    > how the KVM/kernel counterpart will be used. The KVM/kernel patches can be
    > viewed at:
    > 
    > https://lkml.org/lkml/2017/10/13/706
    > 
    > The IBM Adjunct Processor (AP) Cryptographic Facility is comprised 
    > of three AP instructions and from 1 to 256 PCIe cryptographic adapter cards.
    > These AP adapters provide cryptographic functions to all CPUs assigned to a
    > linux system running in an IBM Z system LPAR.
    > 
    > This patch series introduces a new QEMU command line option and QEMU object
    > model to obtain direct guest access to one or more AP adapter cards assigned
    > to the LPAR in which the host linux system is running. It is predicated 
    > on the KVM/kernel model for providing direct guest access to AP adapters. A 
    > complete description for dedicating crypto adapters to a linux guest can be 
    > found in the docs/ap-matrix.txt file provided with this patch set.
    > 
    > Signed-off-by: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
    
    +cc qemu-devel@nongnu.org
    
    The interface exposed by the kernel looks fine to me, and I did not
    spot really broken things on a quick readthrough. I'd like more
    feedback, though.
    
    > 
    > Tony Krowiak (5):
    >   s390x/ap-matrix: Adjunct Processor (AP) matrix object model
    >   s390x/vfio: ap-matrix: Introduce VFIO AP Matrix device
    >   s390x/ap-matrix: Configure AP matrix for KVM guest
    >   s390x/cpumodel: enable AP facilities for guest
    >   s390x/docs: documentation for ap-matrix
    > 
    >  default-configs/s390x-softmmu.mak |    1 +
    >  docs/ap_matrix.txt                |  529 +++++++++++++++++++++++++++++++++++++
    >  hw/s390x/Makefile.objs            |    2 +
    >  hw/s390x/ap-matrix-device.c       |   33 +++
    >  hw/s390x/ap-matrix-device.h       |   53 ++++
    >  hw/s390x/s390-ap-matrix.c         |   52 ++++
    >  hw/vfio/Makefile.objs             |    1 +
    >  hw/vfio/ap-matrix.c               |  224 ++++++++++++++++
    >  include/hw/s390x/s390-ap-matrix.h |   39 +++
    >  include/hw/vfio/vfio-common.h     |    1 +
    >  linux-headers/linux/vfio.h        |   29 ++-
    >  target/s390x/cpu_features.c       |    2 +
    >  target/s390x/cpu_features_def.h   |    2 +
    >  target/s390x/gen-features.c       |    4 +
    >  14 files changed, 969 insertions(+), 3 deletions(-)
    >  create mode 100644 docs/ap_matrix.txt
    >  create mode 100644 hw/s390x/ap-matrix-device.c
    >  create mode 100644 hw/s390x/ap-matrix-device.h
    >  create mode 100644 hw/s390x/s390-ap-matrix.c
    >  create mode 100644 hw/vfio/ap-matrix.c
    >  create mode 100644 include/hw/s390x/s390-ap-matrix.h
    > 
    
    ^ permalink raw reply	[flat|nested] 7+ messages in thread

  • end of thread, other threads:[~2017-11-14 16:23 UTC | newest]
    
    Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <1509033294-4945-1-git-send-email-akrowiak@linux.vnet.ibm.com>
         [not found] ` <1509033294-4945-2-git-send-email-akrowiak@linux.vnet.ibm.com>
    2017-11-14 14:58   ` [Qemu-devel] [RFC 1/5] s390x/ap-matrix: Adjunct Processor (AP) matrix object model Cornelia Huck
         [not found] ` <1509033294-4945-3-git-send-email-akrowiak@linux.vnet.ibm.com>
    2017-11-14 15:03   ` [Qemu-devel] [RFC 2/5] s390x/vfio: ap-matrix: Introduce VFIO AP Matrix device Cornelia Huck
         [not found] ` <1509033294-4945-4-git-send-email-akrowiak@linux.vnet.ibm.com>
    2017-11-14 15:07   ` [Qemu-devel] [RFC 3/5] s390x/ap-matrix: Configure AP matrix for KVM guest Cornelia Huck
         [not found] ` <1509033294-4945-5-git-send-email-akrowiak@linux.vnet.ibm.com>
    2017-11-14 15:11   ` [Qemu-devel] [RFC 4/5] s390x/cpumodel: enable AP facilities for guest Cornelia Huck
    2017-11-14 16:23     ` David Hildenbrand
         [not found] ` <1509033294-4945-6-git-send-email-akrowiak@linux.vnet.ibm.com>
    2017-11-14 15:21   ` [Qemu-devel] [RFC 5/5] s390x/docs: documentation for ap-matrix Cornelia Huck
    2017-11-14 15:23 ` [Qemu-devel] [RFC 0/5] guest dedicated crypto adapters: QEMU usage Cornelia Huck
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).