Skip to content

Commit

Permalink
s390x/cpumodels: add z14 Model ZR1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
borntraeger authored and cohuck committed Jun 18, 2018
1 parent acd7ef8 commit 23ad956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/s390x/cpu_models.c
Expand Up @@ -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
Expand Down

0 comments on commit 23ad956

Please sign in to comment.