[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 5/5] s390x/cpumodel: Add the z15 name to the description of gen15a
From: |
Christian Borntraeger |
Subject: |
[PULL 5/5] s390x/cpumodel: Add the z15 name to the description of gen15a |
Date: |
Mon, 23 Sep 2019 09:39:21 +0200 |
We now know that gen15a is called z15.
Reviewed-by: David Hildenbrand <address@hidden>
Signed-off-by: Christian Borntraeger <address@hidden>
---
target/s390x/cpu_models.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/s390x/cpu_models.c b/target/s390x/cpu_models.c
index 1d16d7d5e794..009afc38b92d 100644
--- a/target/s390x/cpu_models.c
+++ b/target/s390x/cpu_models.c
@@ -84,7 +84,7 @@ static S390CPUDef s390_cpu_defs[] = {
CPUDEF_INIT(0x3906, 14, 1, 47, 0x08000000U, "z14", "IBM z14 GA1"),
CPUDEF_INIT(0x3906, 14, 2, 47, 0x08000000U, "z14.2", "IBM z14 GA2"),
CPUDEF_INIT(0x3907, 14, 1, 47, 0x08000000U, "z14ZR1", "IBM z14 Model ZR1
GA1"),
- CPUDEF_INIT(0x8561, 15, 1, 47, 0x08000000U, "gen15a", "IBM 8561 GA1"),
+ CPUDEF_INIT(0x8561, 15, 1, 47, 0x08000000U, "gen15a", "IBM z15 GA1"),
CPUDEF_INIT(0x8562, 15, 1, 47, 0x08000000U, "gen15b", "IBM 8562 GA1"),
};
--
2.21.0
- [PULL 0/5] s390x update, Christian Borntraeger, 2019/09/23
- [PULL 1/5] pc-bios/s390-ccw: Do not pre-initialize empty array, Christian Borntraeger, 2019/09/23
- [PULL 4/5] s390x/kvm: Officially require at least kernel 3.15, Christian Borntraeger, 2019/09/23
- [PULL 5/5] s390x/cpumodel: Add the z15 name to the description of gen15a,
Christian Borntraeger <=
- [PULL 2/5] pc-bios/s390-ccw/net: fix a possible memory leak in get_uuid(), Christian Borntraeger, 2019/09/23
- [PULL 3/5] pc-bios/s390-ccw: Rebuild the s390-netboot.img firmware image, Christian Borntraeger, 2019/09/23
- Re: [PULL 0/5] s390x update, Peter Maydell, 2019/09/23