------- Comment on attachment From <email address hidden> 2019-07-12 05:30 EDT-------
new version of the bionic patches.
These group descriptions were not part of the first version.
--- a/target/s390x/cpu_features.h +++ b/target/s390x/cpu_features.h @@ -81,6 +81,10 @@ typedef enum { S390_FEAT_GROUP_MSA_EXT_6, S390_FEAT_GROUP_MSA_EXT_7, S390_FEAT_GROUP_MSA_EXT_8, + S390_FEAT_GROUP_MSA_EXT_9, + S390_FEAT_GROUP_MSA_EXT_9_PCKMO, + S390_FEAT_GROUP_ENH_SORT, + S390_FEAT_GROUP_DEFLATE_CONVERSION, S390_FEAT_GROUP_MAX, } S390FeatGroup;
and are now part of the new patches.
------- Comment on attachment From <email address hidden> 2019-07-12 05:30 EDT-------
new version of the bionic patches.
These group descriptions were not part of the first version.
--- a/target/ s390x/cpu_ features. h s390x/cpu_ features. h FEAT_GROUP_ MSA_EXT_ 6, FEAT_GROUP_ MSA_EXT_ 7, FEAT_GROUP_ MSA_EXT_ 8, GROUP_MSA_ EXT_9, GROUP_MSA_ EXT_9_PCKMO, GROUP_ENH_ SORT, GROUP_DEFLATE_ CONVERSION, FEAT_GROUP_ MAX,
+++ b/target/
@@ -81,6 +81,10 @@ typedef enum {
S390_
S390_
S390_
+ S390_FEAT_
+ S390_FEAT_
+ S390_FEAT_
+ S390_FEAT_
S390_
} S390FeatGroup;
and are now part of the new patches.