From: Christian Borntraeger Date: Tue, 20 Mar 2018 13:03:00 +0000 (+0000) Subject: s390x/cpumodel: fix feature groups and breakage of MSA8 X-Git-Tag: v2.12.0-rc1~16^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06a97edac172f52971d7bdca6bb56a1edcb1b8f6;p=thirdparty%2Fqemu.git s390x/cpumodel: fix feature groups and breakage of MSA8 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 Signed-off-by: Christian Borntraeger --- diff --git a/target/s390x/cpu_features.h b/target/s390x/cpu_features.h index e306aa7ab2a..968b12fdfe5 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;