[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH 1/1] s390x/cpumodel: fix feature groups and brea
From: |
Christian Borntraeger |
Subject: |
Re: [qemu-s390x] [PATCH 1/1] s390x/cpumodel: fix feature groups and breakage of MSA8 |
Date: |
Fri, 23 Mar 2018 08:52:00 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
On 03/20/2018 02:07 PM, Christian Borntraeger wrote:
> 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;
>
applied to my s390-next branch.