summary refs log tree commit diff stats
path: root/target/s390x/cpu_features.h
diff options
context:
space:
mode:
authorChristian Borntraeger <borntraeger@de.ibm.com>2019-04-29 05:02:47 -0400
committerCornelia Huck <cohuck@redhat.com>2019-05-21 16:59:16 +0200
commitd220fabf16091ca5c26f3313541bdfb7435d6a08 (patch)
tree6888eb397bfb3f4a5a07fce8dd75f370eb9cec34 /target/s390x/cpu_features.h
parent54d65de0b525272edfa66eb75c3f67b183f8aff4 (diff)
downloadfocaccia-qemu-d220fabf16091ca5c26f3313541bdfb7435d6a08.tar.gz
focaccia-qemu-d220fabf16091ca5c26f3313541bdfb7435d6a08.zip
s390x/cpumodel: enhanced sort facility
add the enhanced sort facility.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20190429090250.7648-7-borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'target/s390x/cpu_features.h')
-rw-r--r--target/s390x/cpu_features.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/s390x/cpu_features.h b/target/s390x/cpu_features.h
index 5ffd3db083..3b8c5b25dd 100644
--- a/target/s390x/cpu_features.h
+++ b/target/s390x/cpu_features.h
@@ -40,6 +40,7 @@ typedef enum {
     S390_FEAT_TYPE_PPNO,
     S390_FEAT_TYPE_KMA,
     S390_FEAT_TYPE_KDSA,
+    S390_FEAT_TYPE_SORTL,
 } S390FeatType;
 
 /* Definition of a CPU feature */