|
|
26ba25 |
From f53aa3f10b0c22093917fc076e3ddcb41398f12a Mon Sep 17 00:00:00 2001
|
|
|
26ba25 |
From: Christian Borntraeger <borntraeger@de.ibm.com>
|
|
|
26ba25 |
Date: Wed, 20 Jun 2018 10:58:31 +0000
|
|
|
26ba25 |
Subject: s390x/cpumodels: add z14 Model ZR1
|
|
|
26ba25 |
|
|
|
26ba25 |
Introduce the new z14 Model ZR1 cpu model. Mostly identical to z14, only
|
|
|
26ba25 |
the cpu type differs (3906 vs. 3907)
|
|
|
26ba25 |
|
|
|
26ba25 |
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
|
|
|
26ba25 |
Message-Id: <20180613081819.147178-1-borntraeger@de.ibm.com>
|
|
|
26ba25 |
Reviewed-by: David Hildenbrand <david@redhat.com>
|
|
|
26ba25 |
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
|
|
|
26ba25 |
(cherry picked from commit 23ad956bff98d949057156ea3f68a9763c2dda0e)
|
|
|
26ba25 |
---
|
|
|
26ba25 |
target/s390x/cpu_models.c | 1 +
|
|
|
26ba25 |
1 file changed, 1 insertion(+)
|
|
|
26ba25 |
|
|
|
26ba25 |
diff --git a/target/s390x/cpu_models.c b/target/s390x/cpu_models.c
|
|
|
26ba25 |
index c4016e0..24e689c 100644
|
|
|
26ba25 |
--- a/target/s390x/cpu_models.c
|
|
|
26ba25 |
+++ b/target/s390x/cpu_models.c
|
|
|
26ba25 |
@@ -79,6 +79,7 @@ static S390CPUDef s390_cpu_defs[] = {
|
|
|
26ba25 |
CPUDEF_INIT(0x2964, 13, 2, 47, 0x08000000U, "z13.2", "IBM z13 GA2"),
|
|
|
26ba25 |
CPUDEF_INIT(0x2965, 13, 2, 47, 0x08000000U, "z13s", "IBM z13s GA1"),
|
|
|
26ba25 |
CPUDEF_INIT(0x3906, 14, 1, 47, 0x08000000U, "z14", "IBM z14 GA1"),
|
|
|
26ba25 |
+ CPUDEF_INIT(0x3907, 14, 1, 47, 0x08000000U, "z14ZR1", "IBM z14 Model ZR1 GA1"),
|
|
|
26ba25 |
};
|
|
|
26ba25 |
|
|
|
26ba25 |
#define QEMU_MAX_CPU_TYPE 0x2827
|
|
|
26ba25 |
--
|
|
|
26ba25 |
1.8.3.1
|
|
|
26ba25 |
|