]> git.proxmox.com Git - mirror_qemu.git/commitdiff
s390x/cpumodels: add z14 Model ZR1
authorChristian Borntraeger <borntraeger@de.ibm.com>
Wed, 13 Jun 2018 08:18:19 +0000 (10:18 +0200)
committerCornelia Huck <cohuck@redhat.com>
Mon, 18 Jun 2018 08:50:32 +0000 (10:50 +0200)
Introduce the new z14 Model ZR1 cpu model. Mostly identical to z14, only
the cpu type differs (3906 vs. 3907)

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Message-Id: <20180613081819.147178-1-borntraeger@de.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/cpu_models.c

index e10035aaa873495c67cdc06aca90ae188c07d444..cfdbccf46d0363efd6520cb8b84fb116edde3198 100644 (file)
@@ -79,6 +79,7 @@ static S390CPUDef s390_cpu_defs[] = {
     CPUDEF_INIT(0x2964, 13, 2, 47, 0x08000000U, "z13.2", "IBM z13 GA2"),
     CPUDEF_INIT(0x2965, 13, 2, 47, 0x08000000U, "z13s", "IBM z13s GA1"),
     CPUDEF_INIT(0x3906, 14, 1, 47, 0x08000000U, "z14", "IBM z14 GA1"),
+    CPUDEF_INIT(0x3907, 14, 1, 47, 0x08000000U, "z14ZR1", "IBM z14 Model ZR1 GA1"),
 };
 
 #define QEMU_MAX_CPU_TYPE 0x2827