[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PULL 47/54] s390x/cpumodel: ignore csske for expansion
From: |
Cornelia Huck |
Subject: |
[qemu-s390x] [PULL 47/54] s390x/cpumodel: ignore csske for expansion |
Date: |
Mon, 20 May 2019 19:02:55 +0200 |
From: Christian Borntraeger <address@hidden>
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 <address@hidden>
Cc: address@hidden
Reviewed-by: David Hildenbrand <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Cornelia Huck <address@hidden>
---
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 e5afa1551269..b4bb5de6358e 100644
--- a/target/s390x/cpu_models.c
+++ b/target/s390x/cpu_models.c
@@ -1322,6 +1322,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;
--
2.20.1
- [qemu-s390x] [PULL 36/54] s390x/tcg: Implement VECTOR SHIFT RIGHT ARITHMETIC, (continued)
- [qemu-s390x] [PULL 36/54] s390x/tcg: Implement VECTOR SHIFT RIGHT ARITHMETIC, Cornelia Huck, 2019/05/20
- [qemu-s390x] [PULL 37/54] s390x/tcg: Implement VECTOR SHIFT RIGHT LOGICAL *, Cornelia Huck, 2019/05/20
- [qemu-s390x] [PULL 38/54] s390x/tcg: Implement VECTOR SUBTRACT, Cornelia Huck, 2019/05/20
- [qemu-s390x] [PULL 39/54] s390x/tcg: Implement VECTOR SUBTRACT COMPUTE BORROW INDICATION, Cornelia Huck, 2019/05/20
- [qemu-s390x] [PULL 40/54] s390x/tcg: Implement VECTOR SUBTRACT WITH BORROW INDICATION, Cornelia Huck, 2019/05/20
- [qemu-s390x] [PULL 42/54] s390x/tcg: Implement VECTOR SUM ACROSS DOUBLEWORD, Cornelia Huck, 2019/05/20
- [qemu-s390x] [PULL 41/54] s390x/tcg: Implement VECTOR SUBTRACT WITH BORROW COMPUTE BORROW INDICATION, Cornelia Huck, 2019/05/20
- [qemu-s390x] [PULL 44/54] s390x/tcg: Implement VECTOR SUM ACROSS WORD, Cornelia Huck, 2019/05/20
- [qemu-s390x] [PULL 43/54] s390x/tcg: Implement VECTOR SUM ACROSS QUADWORD, Cornelia Huck, 2019/05/20
- [qemu-s390x] [PULL 45/54] s390x/tcg: Implement VECTOR TEST UNDER MASK, Cornelia Huck, 2019/05/20
- [qemu-s390x] [PULL 47/54] s390x/cpumodel: ignore csske for expansion,
Cornelia Huck <=
- [qemu-s390x] [PULL 46/54] linux headers: update against Linux 5.2-rc1, Cornelia Huck, 2019/05/20
- [qemu-s390x] [PULL 48/54] s390x/cpumodel: Miscellaneous-Instruction-Extensions Facility 3, Cornelia Huck, 2019/05/20
- [qemu-s390x] [PULL 49/54] s390x/cpumodel: msa9 facility, Cornelia Huck, 2019/05/20
- [qemu-s390x] [PULL 50/54] s390x/cpumodel: vector enhancements, Cornelia Huck, 2019/05/20
- [qemu-s390x] [PULL 51/54] s390x/cpumodel: enhanced sort facility, Cornelia Huck, 2019/05/20
- [qemu-s390x] [PULL 52/54] s390x/cpumodel: add Deflate-conversion facility, Cornelia Huck, 2019/05/20
- [qemu-s390x] [PULL 53/54] s390x/cpumodel: add gen15 defintions, Cornelia Huck, 2019/05/20
- [qemu-s390x] [PULL 54/54] s390x/cpumodel: wire up 8561 and 8562 as gen15 machines, Cornelia Huck, 2019/05/20
- Re: [qemu-s390x] [PULL 00/54] s390x update, Peter Maydell, 2019/05/20