From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fAVTt-0007fa-L3 for qemu-devel@nongnu.org; Mon, 23 Apr 2018 03:01:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fAVTp-0003Cl-R4 for qemu-devel@nongnu.org; Mon, 23 Apr 2018 03:01:45 -0400 Date: Mon, 23 Apr 2018 09:01:27 +0200 From: Cornelia Huck Message-ID: <20180423090127.76ed5b80.cohuck@redhat.com> In-Reply-To: <994fce24-053f-b4cc-8423-069f1ee39481@linux.vnet.ibm.com> References: <1523819244-29954-1-git-send-email-akrowiak@linux.vnet.ibm.com> <20180419135150.7bbc667d.cohuck@redhat.com> <994fce24-053f-b4cc-8423-069f1ee39481@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/5] s390x: vfio-ap: guest dedicated crypto adapters List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tony Krowiak Cc: qemu-devel@nongnu.org, qemu-s390x@nongnu.org, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com, borntraeger@de.ibm.com, david@redhat.com, bjsdjshi@linux.vnet.ibm.com, pmorel@linux.vnet.ibm.com, alifm@linux.vnet.ibm.com, mjrosato@linux.vnet.ibm.com, jjherne@linux.vnet.ibm.com, pasic@linux.vnet.ibm.com, eskultet@redhat.com, berrange@redhat.com, alex.williamson@redhat.com, eric.auger@redhat.com, pbonzini@redhat.com, peter.maydell@linaro.org, agraf@suse.de, rth@twiddle.net On Sun, 22 Apr 2018 12:17:22 -0400 Tony Krowiak wrote: > On 04/19/2018 07:51 AM, Cornelia Huck wrote: > > On Sun, 15 Apr 2018 15:07:19 -0400 > > Tony Krowiak wrote: > > > >> default-configs/s390x-softmmu.mak | 1 + > >> docs/vfio-ap.txt | 649 +++++++++++++++++++++++++++++++++++++ > >> hw/s390x/Makefile.objs | 1 + > >> hw/s390x/ap-device.c | 39 +++ > >> hw/vfio/Makefile.objs | 1 + > >> hw/vfio/ap.c | 191 +++++++++++ > >> include/hw/s390x/ap-device.h | 38 +++ > >> include/hw/vfio/vfio-common.h | 1 + > >> linux-headers/asm-s390/kvm.h | 2 + > >> linux-headers/linux/vfio.h | 2 + > >> target/s390x/cpu_features.c | 3 + > >> target/s390x/cpu_features_def.h | 3 + > >> target/s390x/cpu_models.c | 2 + > >> target/s390x/gen-features.c | 3 + > >> target/s390x/kvm.c | 1 + > >> ui/keycodemapdb | 2 +- > >> 16 files changed, 938 insertions(+), 1 deletions(-) > >> create mode 100644 docs/vfio-ap.txt > >> create mode 100644 hw/s390x/ap-device.c > >> create mode 100644 hw/vfio/ap.c > >> create mode 100644 include/hw/s390x/ap-device.h > > Can we please get a MAINTAINERS entry for ap? While I'm obviously happy > > to take things through the s390x tree, ap is not something I can easily > > review (or even test), so I'd like to see an entry with dedicated (IBM) > > maintainers. > > Will do .... who would you like to see in this list? Whoever feels up to the task and has access to the documentation :) > > > > > Also, hw/vfio/ap.c and docs/vfio-ap.c should be added to the generic > > s390 section. > > Okay. > > > >