]> Git Repo - qemu.git/commitdiff
s390x/cpumodel: S390_FEAT_MISC_INSTRUCTION_EXT -> S390_FEAT_MISC_INSTRUCTION_EXT2
authorDavid Hildenbrand <[email protected]>
Mon, 28 Sep 2020 12:27:09 +0000 (14:27 +0200)
committerCornelia Huck <[email protected]>
Fri, 2 Oct 2020 11:52:49 +0000 (13:52 +0200)
Let's avoid confusion with the "Miscellaneous-Instruction-Extensions
Facility 1"

Suggested-by: Thomas Huth <[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
Cc: Christian Borntraeger <[email protected]>
Message-Id: <20200928122717[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
target/s390x/cpu_features_def.h.inc
target/s390x/gen-features.c

index f82b4b5ec16a59eb178420c31c249c2de4046239..7db3449e04346fad4dbf904a13d677bdc2ccc8dd 100644 (file)
@@ -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")
 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")
index a1f0a6f3c6fce5921183dd64b2ffd847d1d6dc55..e3fd0c0a2ef34d6abb105605fb749819f8814d19 100644 (file)
@@ -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,
This page took 0.031278 seconds and 4 git commands to generate.