[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PULL 05/12] s390x/cpumodels: add z14 Model ZR1
From: |
Cornelia Huck |
Subject: |
[qemu-s390x] [PULL 05/12] s390x/cpumodels: add z14 Model ZR1 |
Date: |
Tue, 19 Jun 2018 14:04:27 +0200 |
From: Christian Borntraeger <address@hidden>
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 <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: David Hildenbrand <address@hidden>
Signed-off-by: Cornelia Huck <address@hidden>
---
target/s390x/cpu_models.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/s390x/cpu_models.c b/target/s390x/cpu_models.c
index e10035aaa8..cfdbccf46d 100644
--- a/target/s390x/cpu_models.c
+++ b/target/s390x/cpu_models.c
@@ -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
--
2.14.4
- [qemu-s390x] [PULL 00/12] next round of s390x patches, Cornelia Huck, 2018/06/19
- [qemu-s390x] [PULL 01/12] virtio-ccw: clean up notify, Cornelia Huck, 2018/06/19
- [qemu-s390x] [PULL 03/12] vfio-ccw: remove orb.c64 (64 bit data addresses) check, Cornelia Huck, 2018/06/19
- [qemu-s390x] [PULL 02/12] vfio-ccw: add force unlimited prefetch property, Cornelia Huck, 2018/06/19
- [qemu-s390x] [PULL 05/12] s390x/cpumodels: add z14 Model ZR1,
Cornelia Huck <=
- [qemu-s390x] [PULL 04/12] s390x/ipl: Try to detect Linux vs non Linux for initial IPL PSW, Cornelia Huck, 2018/06/19
- [qemu-s390x] [PULL 08/12] pc-bios/s390-ccw/net: Update code for the latest changes in SLOF, Cornelia Huck, 2018/06/19
- [qemu-s390x] [PULL 06/12] pc-bios/s390-ccw: define loadparm length, Cornelia Huck, 2018/06/19
- [qemu-s390x] [PULL 07/12] roms: Update SLOF submodule to current status, Cornelia Huck, 2018/06/19
- [qemu-s390x] [PULL 09/12] pc-bios/s390-ccw/net: Add support for pxelinux-style config files, Cornelia Huck, 2018/06/19
- [qemu-s390x] [PULL 10/12] pc-bios/s390-ccw/net: Try to load pxelinux.cfg file accoring to the UUID, Cornelia Huck, 2018/06/19
- [qemu-s390x] [PULL 11/12] pc-bios/s390-ccw: Optimize the s390-netboot.img for size, Cornelia Huck, 2018/06/19
- [qemu-s390x] [PULL 12/12] pc-bios/s390-ccw: Update the s390-netboot.img binary, Cornelia Huck, 2018/06/19
- Re: [qemu-s390x] [PULL 00/12] next round of s390x patches, Peter Maydell, 2018/06/20