]> Git Repo - qemu.git/commitdiff
s390x/cpumodel: Miscellaneous-Instruction-Extensions Facility 3
authorChristian Borntraeger <[email protected]>
Mon, 29 Apr 2019 09:02:44 +0000 (05:02 -0400)
committerCornelia Huck <[email protected]>
Tue, 21 May 2019 14:59:16 +0000 (16:59 +0200)
Provide the "Miscellaneous-Instruction-Extensions Facility 3" via
stfle.61.

Signed-off-by: Christian Borntraeger <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Message-Id: <20190429090250[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
target/s390x/cpu_features.c
target/s390x/cpu_features_def.h

index 1843c84aaadc2a7c9d0ae230f3e48a0c5e75b77d..bbd8902087d47b3ba4105eae845d35bf13711d0d 100644 (file)
@@ -83,6 +83,7 @@ static const S390FeatDef s390_features[] = {
     FEAT_INIT("minste2", S390_FEAT_TYPE_STFL, 58, "Miscellaneous-instruction-extensions facility 2"),
     FEAT_INIT("sema", S390_FEAT_TYPE_STFL, 59, "Semaphore-assist facility"),
     FEAT_INIT("tsi", S390_FEAT_TYPE_STFL, 60, "Time-slice Instrumentation facility"),
+    FEAT_INIT("minste3", S390_FEAT_TYPE_STFL, 61, "Miscellaneous-Instruction-Extensions Facility 3"),
     FEAT_INIT("ri", S390_FEAT_TYPE_STFL, 64, "CPU runtime-instrumentation facility"),
     FEAT_INIT("zpci", S390_FEAT_TYPE_STFL, 69, "z/PCI facility"),
     FEAT_INIT("aen", S390_FEAT_TYPE_STFL, 71, "General-purpose-adapter-event-notification facility"),
index 5fc7e7bf0116fe3a5d9cb27608973381baf08f9e..31dd6783012091af78712ff5ac2bee3fad457350 100644 (file)
@@ -71,6 +71,7 @@ typedef enum {
     S390_FEAT_MISC_INSTRUCTION_EXT,
     S390_FEAT_SEMAPHORE_ASSIST,
     S390_FEAT_TIME_SLICE_INSTRUMENTATION,
+    S390_FEAT_MISC_INSTRUCTION_EXT3,
     S390_FEAT_RUNTIME_INSTRUMENTATION,
     S390_FEAT_ZPCI,
     S390_FEAT_ADAPTER_EVENT_NOTIFICATION,
This page took 0.025583 seconds and 4 git commands to generate.