b38b0f
From 51cdec5fac585a2bd7c2ed4fc3501cb6622ad493 Mon Sep 17 00:00:00 2001
b38b0f
From: David Hildenbrand <david@redhat.com>
b38b0f
Date: Wed, 22 May 2019 08:03:59 +0100
b38b0f
Subject: [PATCH 07/12] s390x/cpumodel: enhanced sort facility
b38b0f
b38b0f
RH-Author: David Hildenbrand <david@redhat.com>
b38b0f
Message-id: <20190522080402.20173-8-david@redhat.com>
b38b0f
Patchwork-id: 88154
b38b0f
O-Subject: [RHEL8.1 qemu-kvm PATCH v2 07/10] s390x/cpumodel: enhanced sort facility
b38b0f
Bugzilla: 1660912
b38b0f
RH-Acked-by: Cornelia Huck <cohuck@redhat.com>
b38b0f
RH-Acked-by: Jens Freimann <jfreimann@redhat.com>
b38b0f
RH-Acked-by: Thomas Huth <thuth@redhat.com>
b38b0f
b38b0f
add the enhanced sort facility.
b38b0f
b38b0f
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
b38b0f
Reviewed-by: David Hildenbrand <david@redhat.com>
b38b0f
Message-Id: <20190429090250.7648-7-borntraeger@de.ibm.com>
b38b0f
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
b38b0f
(cherry picked from commit d220fabf16091ca5c26f3313541bdfb7435d6a08)
b38b0f
Signed-off-by: David Hildenbrand <david@redhat.com>
b38b0f
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
b38b0f
---
b38b0f
 target/s390x/cpu_features.c     | 10 ++++++++++
b38b0f
 target/s390x/cpu_features.h     |  1 +
b38b0f
 target/s390x/cpu_features_def.h |  8 ++++++++
b38b0f
 target/s390x/gen-features.c     | 14 ++++++++++++++
b38b0f
 target/s390x/kvm.c              |  6 ++++++
b38b0f
 5 files changed, 39 insertions(+)
b38b0f
b38b0f
diff --git a/target/s390x/cpu_features.c b/target/s390x/cpu_features.c
b38b0f
index 3587325..1d19b30 100644
b38b0f
--- a/target/s390x/cpu_features.c
b38b0f
+++ b/target/s390x/cpu_features.c
b38b0f
@@ -109,6 +109,7 @@ static const S390FeatDef s390_features[] = {
b38b0f
     FEAT_INIT("msa8-base", S390_FEAT_TYPE_STFL, 146, "Message-security-assist-extension-8 facility (excluding subfunctions)"),
b38b0f
     FEAT_INIT("cmmnt", S390_FEAT_TYPE_STFL, 147, "CMM: ESSA-enhancement (no translate) facility"),
b38b0f
     FEAT_INIT("vxeh2", S390_FEAT_TYPE_STFL, 148, "Vector Enhancements facility 2"),
b38b0f
+    FEAT_INIT("esort-base", S390_FEAT_TYPE_STFL, 150, "Enhanced-sort facility (excluding subfunctions)"),
b38b0f
     FEAT_INIT("vxbeh", S390_FEAT_TYPE_STFL, 152, "Vector BCD enhancements facility 1"),
b38b0f
     FEAT_INIT("msa9-base", S390_FEAT_TYPE_STFL, 155, "Message-security-assist-extension-9 facility (excluding subfunctions)"),
b38b0f
     FEAT_INIT("etoken", S390_FEAT_TYPE_STFL, 156, "Etoken facility"),
b38b0f
@@ -340,6 +341,12 @@ static const S390FeatDef s390_features[] = {
b38b0f
     FEAT_INIT("kdsa-eddsa-sign-ed448", S390_FEAT_TYPE_KDSA, 44, "KDSA EdDSA-Sign-Ed448"),
b38b0f
     FEAT_INIT("kdsa-eeddsa-sign-ed25519", S390_FEAT_TYPE_KDSA, 48, "KDSA Encrypted-EdDSA-Sign-Ed25519"),
b38b0f
     FEAT_INIT("kdsa-eeddsa-sign-ed448", S390_FEAT_TYPE_KDSA, 52, "KDSA Encrypted-EdDSA-Sign-Ed448"),
b38b0f
+
b38b0f
+    FEAT_INIT("sortl-sflr", S390_FEAT_TYPE_SORTL, 1, "SORTL SFLR"),
b38b0f
+    FEAT_INIT("sortl-svlr", S390_FEAT_TYPE_SORTL, 2, "SORTL SVLR"),
b38b0f
+    FEAT_INIT("sortl-32", S390_FEAT_TYPE_SORTL, 130, "SORTL 32 input lists"),
b38b0f
+    FEAT_INIT("sortl-128", S390_FEAT_TYPE_SORTL, 132, "SORTL 128 input lists"),
b38b0f
+    FEAT_INIT("sortl-f0", S390_FEAT_TYPE_SORTL, 192, "SORTL format 0 parameter-block"),
b38b0f
 };
b38b0f
 
b38b0f
 const S390FeatDef *s390_feat_def(S390Feat feat)
b38b0f
@@ -403,6 +410,7 @@ void s390_fill_feat_block(const S390FeatBitmap features, S390FeatType type,
b38b0f
     case S390_FEAT_TYPE_PPNO:
b38b0f
     case S390_FEAT_TYPE_KMA:
b38b0f
     case S390_FEAT_TYPE_KDSA:
b38b0f
+    case S390_FEAT_TYPE_SORTL:
b38b0f
         set_be_bit(0, data); /* query is always available */
b38b0f
         break;
b38b0f
     default:
b38b0f
@@ -430,6 +438,7 @@ void s390_add_from_feat_block(S390FeatBitmap features, S390FeatType type,
b38b0f
        nr_bits = 16384;
b38b0f
        break;
b38b0f
     case S390_FEAT_TYPE_PLO:
b38b0f
+    case S390_FEAT_TYPE_SORTL:
b38b0f
        nr_bits = 256;
b38b0f
        break;
b38b0f
     default:
b38b0f
@@ -501,6 +510,7 @@ static S390FeatGroupDef s390_feature_groups[] = {
b38b0f
     FEAT_GROUP_INIT("msa9", MSA_EXT_9, "Message-security-assist-extension 9 facility"),
b38b0f
     FEAT_GROUP_INIT("msa9_pckmo", MSA_EXT_9_PCKMO, "Message-security-assist-extension 9 PCKMO subfunctions"),
b38b0f
     FEAT_GROUP_INIT("mepochptff", MULTIPLE_EPOCH_PTFF, "PTFF enhancements introduced with Multiple-epoch facility"),
b38b0f
+    FEAT_GROUP_INIT("esort", ENH_SORT, "Enhanced-sort facility"),
b38b0f
 };
b38b0f
 
b38b0f
 const S390FeatGroupDef *s390_feat_group_def(S390FeatGroup group)
b38b0f
diff --git a/target/s390x/cpu_features.h b/target/s390x/cpu_features.h
b38b0f
index 5ffd3db..3b8c5b2 100644
b38b0f
--- a/target/s390x/cpu_features.h
b38b0f
+++ b/target/s390x/cpu_features.h
b38b0f
@@ -40,6 +40,7 @@ typedef enum {
b38b0f
     S390_FEAT_TYPE_PPNO,
b38b0f
     S390_FEAT_TYPE_KMA,
b38b0f
     S390_FEAT_TYPE_KDSA,
b38b0f
+    S390_FEAT_TYPE_SORTL,
b38b0f
 } S390FeatType;
b38b0f
 
b38b0f
 /* Definition of a CPU feature */
b38b0f
diff --git a/target/s390x/cpu_features_def.h b/target/s390x/cpu_features_def.h
b38b0f
index ce2223c..bb85858 100644
b38b0f
--- a/target/s390x/cpu_features_def.h
b38b0f
+++ b/target/s390x/cpu_features_def.h
b38b0f
@@ -97,6 +97,7 @@ typedef enum {
b38b0f
     S390_FEAT_MSA_EXT_8,
b38b0f
     S390_FEAT_CMM_NT,
b38b0f
     S390_FEAT_VECTOR_ENH2,
b38b0f
+    S390_FEAT_ESORT_BASE,
b38b0f
     S390_FEAT_VECTOR_BCD_ENH,
b38b0f
     S390_FEAT_MSA_EXT_9,
b38b0f
     S390_FEAT_ETOKEN,
b38b0f
@@ -346,6 +347,13 @@ typedef enum {
b38b0f
     S390_FEAT_EEDDSA_SIGN_ED25519,
b38b0f
     S390_FEAT_EEDDSA_SIGN_ED448,
b38b0f
 
b38b0f
+    /* SORTL */
b38b0f
+    S390_FEAT_SORTL_SFLR,
b38b0f
+    S390_FEAT_SORTL_SVLR,
b38b0f
+    S390_FEAT_SORTL_32,
b38b0f
+    S390_FEAT_SORTL_128,
b38b0f
+    S390_FEAT_SORTL_F0,
b38b0f
+
b38b0f
     S390_FEAT_MAX,
b38b0f
 } S390Feat;
b38b0f
 
b38b0f
diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c
b38b0f
index 39cc375..1a94cae 100644
b38b0f
--- a/target/s390x/gen-features.c
b38b0f
+++ b/target/s390x/gen-features.c
b38b0f
@@ -245,6 +245,15 @@
b38b0f
     S390_FEAT_PCKMO_ECC_ED25519, \
b38b0f
     S390_FEAT_PCKMO_ECC_ED448
b38b0f
 
b38b0f
+#define S390_FEAT_GROUP_ENH_SORT \
b38b0f
+    S390_FEAT_ESORT_BASE, \
b38b0f
+    S390_FEAT_SORTL_SFLR, \
b38b0f
+    S390_FEAT_SORTL_SVLR, \
b38b0f
+    S390_FEAT_SORTL_32, \
b38b0f
+    S390_FEAT_SORTL_128, \
b38b0f
+    S390_FEAT_SORTL_F0
b38b0f
+
b38b0f
+
b38b0f
 /* cpu feature groups */
b38b0f
 static uint16_t group_PLO[] = {
b38b0f
     S390_FEAT_GROUP_PLO,
b38b0f
@@ -294,6 +303,10 @@ static uint16_t group_MSA_EXT_9_PCKMO[] = {
b38b0f
     S390_FEAT_GROUP_MSA_EXT_9_PCKMO,
b38b0f
 };
b38b0f
 
b38b0f
+static uint16_t group_ENH_SORT[] = {
b38b0f
+    S390_FEAT_GROUP_ENH_SORT,
b38b0f
+};
b38b0f
+
b38b0f
 /* Base features (in order of release)
b38b0f
  * Only non-hypervisor managed features belong here.
b38b0f
  * Base feature sets are static meaning they do not change in future QEMU
b38b0f
@@ -751,6 +764,7 @@ static FeatGroupDefSpec FeatGroupDef[] = {
b38b0f
     FEAT_GROUP_INITIALIZER(MSA_EXT_9),
b38b0f
     FEAT_GROUP_INITIALIZER(MSA_EXT_9_PCKMO),
b38b0f
     FEAT_GROUP_INITIALIZER(MULTIPLE_EPOCH_PTFF),
b38b0f
+    FEAT_GROUP_INITIALIZER(ENH_SORT),
b38b0f
 };
b38b0f
 
b38b0f
 #define QEMU_FEAT_INITIALIZER(_name)                   \
b38b0f
diff --git a/target/s390x/kvm.c b/target/s390x/kvm.c
b38b0f
index 898fe5e..b7e3f33 100644
b38b0f
--- a/target/s390x/kvm.c
b38b0f
+++ b/target/s390x/kvm.c
b38b0f
@@ -2082,6 +2082,9 @@ static int query_cpu_subfunc(S390FeatBitmap features)
b38b0f
     if (test_bit(S390_FEAT_MSA_EXT_9, features)) {
b38b0f
         s390_add_from_feat_block(features, S390_FEAT_TYPE_KDSA, prop.kdsa);
b38b0f
     }
b38b0f
+    if (test_bit(S390_FEAT_ESORT_BASE, features)) {
b38b0f
+        s390_add_from_feat_block(features, S390_FEAT_TYPE_SORTL, prop.sortl);
b38b0f
+    }
b38b0f
     return 0;
b38b0f
 }
b38b0f
 
b38b0f
@@ -2129,6 +2132,9 @@ static int configure_cpu_subfunc(const S390FeatBitmap features)
b38b0f
     if (test_bit(S390_FEAT_MSA_EXT_9, features)) {
b38b0f
         s390_fill_feat_block(features, S390_FEAT_TYPE_KDSA, prop.kdsa);
b38b0f
     }
b38b0f
+    if (test_bit(S390_FEAT_ESORT_BASE, features)) {
b38b0f
+        s390_fill_feat_block(features, S390_FEAT_TYPE_SORTL, prop.sortl);
b38b0f
+    }
b38b0f
     return kvm_vm_ioctl(kvm_state, KVM_SET_DEVICE_ATTR, &attr);
b38b0f
 }
b38b0f
 
b38b0f
-- 
b38b0f
1.8.3.1
b38b0f