]> Git Repo - qemu.git/commitdiff
s390x/cpumodel: Add the z15 name to the description of gen15a
authorChristian Borntraeger <[email protected]>
Wed, 18 Sep 2019 14:42:14 +0000 (16:42 +0200)
committerChristian Borntraeger <[email protected]>
Mon, 23 Sep 2019 07:15:28 +0000 (09:15 +0200)
We now know that gen15a is called z15.

Reviewed-by: David Hildenbrand <[email protected]>
Signed-off-by: Christian Borntraeger <[email protected]>
target/s390x/cpu_models.c

index 1d16d7d5e7945217cd782937f8582c8066316d7c..009afc38b92d04461ef8869beefd209f5b7efaa4 100644 (file)
@@ -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"),
 };
 
This page took 0.030826 seconds and 4 git commands to generate.