From 1d41de5f0524b00a3e1ac0a5b66958466f4332fa Mon Sep 17 00:00:00 2001 From: Christian Borntraeger Date: Wed, 27 Jul 2022 13:51:20 +0000 Subject: s390x/cpumodel: add stfl197 processor-activity-instrumentation extension 1 Add stfle 197 (processor-activity-instrumentation extension 1) to the gen16 default model and fence it off for 7.1 and older. Signed-off-by: Christian Borntraeger Reviewed-by: David Hildenbrand Message-Id: <20220727135120.12784-1-borntraeger@linux.ibm.com> Acked-by: Cornelia Huck Signed-off-by: Thomas Huth --- target/s390x/gen-features.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/s390x/gen-features.c') diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c index ad140184b9..1558c52626 100644 --- a/target/s390x/gen-features.c +++ b/target/s390x/gen-features.c @@ -575,6 +575,7 @@ static uint16_t full_GEN16_GA1[] = { S390_FEAT_BEAR_ENH, S390_FEAT_RDP, S390_FEAT_PAI, + S390_FEAT_PAIE, }; @@ -669,6 +670,7 @@ static uint16_t default_GEN16_GA1[] = { S390_FEAT_BEAR_ENH, S390_FEAT_RDP, S390_FEAT_PAI, + S390_FEAT_PAIE, }; /* QEMU (CPU model) features */ -- cgit v1.2.3-55-g7522