[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH 1/1] s390x/cpumodel: fix feature groups and breakage
From: |
Christian Borntraeger |
Subject: |
[qemu-s390x] [PATCH 1/1] s390x/cpumodel: fix feature groups and breakage of MSA8 |
Date: |
Tue, 20 Mar 2018 13:07:02 +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")
Signed-off-by: Christian Borntraeger <address@hidden>
---
target/s390x/cpu_features.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/s390x/cpu_features.h b/target/s390x/cpu_features.h
index e306aa7ab2..968b12fdfe 100644
--- a/target/s390x/cpu_features.h
+++ b/target/s390x/cpu_features.h
@@ -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;
--
2.14.3
- [qemu-s390x] [PATCH 1/1] s390x/cpumodel: fix feature groups and breakage of MSA8,
Christian Borntraeger <=