s390x/cpumodel: fix feature groups and breakage of MSA8
authorChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 20 Mar 2018 13:03:00 +0000 (13:03 +0000)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 23 Mar 2018 09:05:42 +0000 (09:05 +0000)
Since commit 46a99c9f73c7 ("s390x/cpumodel: model PTFF subfunctions
for Multiple-epoch facility") -cpu help no longer shows the MSA8
feature group. Turns out that we forgot to add the new MEPOCH_PTFF
group enum.

Fixes: 46a99c9f73c7 ("s390x/cpumodel: model PTFF subfunctions for Multiple-epoch facility")
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
target/s390x/cpu_features.h

index e306aa7ab2ac0b1f4287326906a97bb8334211a1..968b12fdfe56310e28d32656d21f5c698c23e2a3 100644 (file)
@@ -78,6 +78,7 @@ typedef enum {
     S390_FEAT_GROUP_MSA_EXT_6,
     S390_FEAT_GROUP_MSA_EXT_7,
     S390_FEAT_GROUP_MSA_EXT_8,
+    S390_FEAT_GROUP_MULTIPLE_EPOCH_PTFF,
     S390_FEAT_GROUP_MAX,
 } S390FeatGroup;