qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [qemu-s390x] [RFC 03/19] s390/zcrypt: new AP matrix bus


From: Tony Krowiak
Subject: Re: [qemu-s390x] [RFC 03/19] s390/zcrypt: new AP matrix bus
Date: Tue, 14 Nov 2017 08:19:41 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0

On 11/14/2017 06:58 AM, Cornelia Huck wrote:
On Fri, 13 Oct 2017 13:38:48 -0400
Tony Krowiak <address@hidden> wrote:

Introduces an AP matrix bus. The sysfs location of the
AP matrix bus is:

/sys/bus/ap_matrix

The AP matrix bus will create an AP matrix device that will
hold the AP queues reserved for use by KVM guests.

Signed-off-by: Tony Krowiak <address@hidden>
---
  MAINTAINERS                         |    8 +++++
  drivers/s390/crypto/Makefile        |    4 +-
  drivers/s390/crypto/ap_matrix_bus.c |   52 +++++++++++++++++++++++++++++++++++
  drivers/s390/crypto/ap_matrix_bus.h |   15 ++++++++++
  4 files changed, 77 insertions(+), 2 deletions(-)
  create mode 100644 drivers/s390/crypto/ap_matrix_bus.c
  create mode 100644 drivers/s390/crypto/ap_matrix_bus.h

diff --git a/drivers/s390/crypto/Makefile b/drivers/s390/crypto/Makefile
index be36f10..87646ca 100644
--- a/drivers/s390/crypto/Makefile
+++ b/drivers/s390/crypto/Makefile
@@ -2,7 +2,7 @@
  # S/390 crypto devices
  #
-ap-objs := ap_bus.o ap_card.o ap_queue.o
+ap-objs := ap_bus.o ap_card.o ap_queue.o ap_matrix_bus.o
  obj-$(subst m,y,$(CONFIG_ZCRYPT)) += ap.o
  # zcrypt_api.o and zcrypt_msgtype*.o depend on ap.o
  zcrypt-objs := zcrypt_api.o zcrypt_card.o zcrypt_queue.o
@@ -13,4 +13,4 @@ obj-$(CONFIG_ZCRYPT) += zcrypt_pcixcc.o zcrypt_cex2a.o 
zcrypt_cex4.o
# pkey kernel module
  pkey-objs := pkey_api.o
-obj-$(CONFIG_PKEY) += pkey.o
+obj-$(CONFIG_PKEY) += pkey.o
Unrelated change.
Will fix

\ No newline at end of file





reply via email to

[Prev in Thread] Current Thread [Next in Thread]