Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:as_python3_module
qemu-linux-user.13114
0122-s390x-cpumodel-ignore-csske-for-exp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0122-s390x-cpumodel-ignore-csske-for-exp.patch of Package qemu-linux-user.13114
From d15638087882ea57665b2713e3e00da86a3ccc01 Mon Sep 17 00:00:00 2001 From: Christian Borntraeger <borntraeger@de.ibm.com> Date: Mon, 29 Apr 2019 05:02:43 -0400 Subject: [PATCH] s390x/cpumodel: ignore csske for expansion csske will be removed in a future machine. Ignore it for expanding the cpu model. Otherwise qemu falls back to z9. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Cc: qemu-stable@nongnu.org Reviewed-by: David Hildenbrand <david@redhat.com> Message-Id: <20190429090250.7648-3-borntraeger@de.ibm.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com> (cherry picked from commit eaf6f642abf1d4d24791b70728d4068428fc4658) [LY: BSC#1136540] Signed-off-by: Liang Yan <lyan@suse.com> --- target/s390x/cpu_models.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/s390x/cpu_models.c b/target/s390x/cpu_models.c index 82497fc4ea..6425b72d6b 100644 --- a/target/s390x/cpu_models.c +++ b/target/s390x/cpu_models.c @@ -1270,6 +1270,8 @@ static void init_ignored_base_feat(void) S390_FEAT_KM_TDEA_192, S390_FEAT_KIMD_SHA_1, S390_FEAT_KLMD_SHA_1, + /* CSSKE is deprecated on newer generations */ + S390_FEAT_CONDITIONAL_SSKE, }; int i;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor