summaryrefslogtreecommitdiffstats
path: root/target-s390x/cpu_models.h
diff options
context:
space:
mode:
authorDavid Hildenbrand2016-09-05 10:52:29 +0200
committerCornelia Huck2016-09-06 17:06:50 +0200
commit4dd4200ee7b4bc4b383932720bc53accf85cc8b2 (patch)
tree8fafb61d34c91e6c05c1188d84f6c7c90de7687c /target-s390x/cpu_models.h
parents390x/sclp: introduce sclp feature blocks (diff)
downloadqemu-4dd4200ee7b4bc4b383932720bc53accf85cc8b2.tar.gz
qemu-4dd4200ee7b4bc4b383932720bc53accf85cc8b2.tar.xz
qemu-4dd4200ee7b4bc4b383932720bc53accf85cc8b2.zip
s390x/sclp: indicate sclp features
We have three different blocks in the SCLP read-SCP information response that indicate sclp features. Let's prepare propagation. Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Message-Id: <20160905085244.99980-16-dahi@linux.vnet.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'target-s390x/cpu_models.h')
-rw-r--r--target-s390x/cpu_models.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-s390x/cpu_models.h b/target-s390x/cpu_models.h
index cca865d3b8..b80883caa0 100644
--- a/target-s390x/cpu_models.h
+++ b/target-s390x/cpu_models.h
@@ -49,6 +49,7 @@ typedef struct S390CPUModel {
uint8_t cpu_ver; /* CPU version, usually "ff" for kvm */
} S390CPUModel;
+void s390_get_feat_block(S390FeatType type, uint8_t *data);
bool s390_has_feat(S390Feat feat);
#endif /* TARGET_S390X_CPU_MODELS_H */