[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/9] s390x/cpu_model: S390_FEAT_MISC_INSTRUCTION_EXT -> S3
From: |
Christian Borntraeger |
Subject: |
Re: [PATCH v2 1/9] s390x/cpu_model: S390_FEAT_MISC_INSTRUCTION_EXT -> S390_FEAT_MISC_INSTRUCTION_EXT2 |
Date: |
Mon, 28 Sep 2020 14:50:37 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 |
On 28.09.20 14:27, David Hildenbrand wrote:
> Let's avoid confusion with the "Miscellaneous-Instruction-Extensions
> Facility 1"
>
> Suggested-by: Thomas Huth <thuth@redhat.com>
> Cc: Christian Borntraeger <borntraeger@de.ibm.com>
> Signed-off-by: David Hildenbrand <david@redhat.com>
> ---
> target/s390x/cpu_features_def.h.inc | 2 +-
strange this is target/s390x/cpu_features_def.inc.h in my repo?
> target/s390x/gen-features.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/target/s390x/cpu_features_def.h.inc
> b/target/s390x/cpu_features_def.h.inc
> index 5942f81f16..6cc776e121 100644
> --- a/target/s390x/cpu_features_def.h.inc
> +++ b/target/s390x/cpu_features_def.h.inc
> @@ -72,7 +72,7 @@ DEF_FEAT(INTERLOCKED_ACCESS_2, "iacc2", STFL, 52,
> "Interlocked-access facility 2
> DEF_FEAT(STFLE_53, "stfle53", STFL, 53, "Various facilities introduced with
> z13")
> DEF_FEAT(ENTROPY_ENC_COMP, "eec", STFL, 54, "Entropy encoding compression
> facility")
> DEF_FEAT(MSA_EXT_5, "msa5-base", STFL, 57,
> "Message-security-assist-extension-5 facility (excluding subfunctions)")
> -DEF_FEAT(MISC_INSTRUCTION_EXT, "minste2", STFL, 58,
> "Miscellaneous-instruction-extensions facility 2")
> +DEF_FEAT(MISC_INSTRUCTION_EXT2, "minste2", STFL, 58,
> "Miscellaneous-instruction-extensions facility 2")
Right, the 1 variant is part of STFLE_49 and thus not mentioned directly, but
as everything else uses the 2 in that
line it makes sense to also rename the define.
> DEF_FEAT(SEMAPHORE_ASSIST, "sema", STFL, 59, "Semaphore-assist facility")
> DEF_FEAT(TIME_SLICE_INSTRUMENTATION, "tsi", STFL, 60, "Time-slice
> Instrumentation facility")
> DEF_FEAT(MISC_INSTRUCTION_EXT3, "minste3", STFL, 61,
> "Miscellaneous-Instruction-Extensions Facility 3")
> diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c
> index 8ddeebc544..210cee65f3 100644
> --- a/target/s390x/gen-features.c
> +++ b/target/s390x/gen-features.c
> @@ -412,7 +412,7 @@ static uint16_t base_GEN13_GA1[] = {
>
> static uint16_t base_GEN14_GA1[] = {
> S390_FEAT_ENTROPY_ENC_COMP,
> - S390_FEAT_MISC_INSTRUCTION_EXT,
> + S390_FEAT_MISC_INSTRUCTION_EXT2,
> S390_FEAT_SEMAPHORE_ASSIST,
> S390_FEAT_TIME_SLICE_INSTRUMENTATION,
> S390_FEAT_ORDER_PRESERVING_COMPRESSION,
>
- [PATCH v2 0/9] s390x/tcg: Implement some z14 facilities, David Hildenbrand, 2020/09/28
- [PATCH v2 1/9] s390x/cpu_model: S390_FEAT_MISC_INSTRUCTION_EXT -> S390_FEAT_MISC_INSTRUCTION_EXT2, David Hildenbrand, 2020/09/28
- Re: [PATCH v2 1/9] s390x/cpu_model: S390_FEAT_MISC_INSTRUCTION_EXT -> S390_FEAT_MISC_INSTRUCTION_EXT2,
Christian Borntraeger <=
- [PATCH v2 2/9] s390x/tcg: Implement ADD HALFWORD (AGH), David Hildenbrand, 2020/09/28
- [PATCH v2 4/9] s390x/tcg: Implement MULTIPLY (MG, MGRK), David Hildenbrand, 2020/09/28
- [PATCH v2 3/9] s390x/tcg: Implement SUBTRACT HALFWORD (SGH), David Hildenbrand, 2020/09/28
- [PATCH v2 5/9] s390x/tcg: Implement MULTIPLY HALFWORD (MGH), David Hildenbrand, 2020/09/28
- [PATCH v2 6/9] s390x/tcg: Implement BRANCH INDIRECT ON CONDITION (BIC), David Hildenbrand, 2020/09/28
- [PATCH v2 7/9] s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC), David Hildenbrand, 2020/09/28
- [PATCH v2 8/9] s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2, David Hildenbrand, 2020/09/28
- [PATCH v2 9/9] s390x/tcg: Implement CIPHER MESSAGE WITH AUTHENTICATION (KMA), David Hildenbrand, 2020/09/28
- Re: [PATCH v2 0/9] s390x/tcg: Implement some z14 facilities, no-reply, 2020/09/28