diff options
Diffstat (limited to 'target-s390x/gen-features.c')
| -rw-r--r-- | target-s390x/gen-features.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-s390x/gen-features.c b/target-s390x/gen-features.c index dfc7659ce5..e674738ae3 100644 --- a/target-s390x/gen-features.c +++ b/target-s390x/gen-features.c @@ -376,6 +376,7 @@ static uint16_t full_GEN13_GA1[] = { static uint16_t default_GEN9_GA1[] = { S390_FEAT_STORE_HYPERVISOR_INFO, S390_FEAT_GROUP_MSA_EXT_1, + S390_FEAT_CMM, }; #define default_GEN9_GA2 EmptyFeat #define default_GEN9_GA3 EmptyFeat |