[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PULL 08/10] s390x/cpumodel: add z14 GA2 model
From: |
Cornelia Huck |
Subject: |
[qemu-s390x] [PULL 08/10] s390x/cpumodel: add z14 GA2 model |
Date: |
Mon, 18 Feb 2019 12:11:51 +0100 |
From: Collin Walling <address@hidden>
Introduce the z14 GA2 cpu model for QEMU. There are no new features
introduced with this model, and will inherit the same feature set as
z14 GA1.
Signed-off-by: Collin Walling <address@hidden>
Acked-by: Christian Borntraeger <address@hidden>
Reviewed-by: David Hildenbrand <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Cornelia Huck <address@hidden>
---
target/s390x/cpu_models.c | 1 +
target/s390x/gen-features.c | 7 +++++++
2 files changed, 8 insertions(+)
diff --git a/target/s390x/cpu_models.c b/target/s390x/cpu_models.c
index 4e7e8cab0198..54026c3c0013 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(0x3906, 14, 2, 47, 0x08000000U, "z14.2", "IBM z14 GA2"),
CPUDEF_INIT(0x3907, 14, 1, 47, 0x08000000U, "z14ZR1", "IBM z14 Model ZR1
GA1"),
};
diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c
index dd6e8458ef00..44eca4547475 100644
--- a/target/s390x/gen-features.c
+++ b/target/s390x/gen-features.c
@@ -353,6 +353,8 @@ static uint16_t base_GEN14_GA1[] = {
S390_FEAT_ORDER_PRESERVING_COMPRESSION,
};
+#define base_GEN14_GA2 EmptyFeat
+
/* Full features (in order of release)
* Automatically includes corresponding base features.
* Full features are all features this hardware supports even if kvm/QEMU do
not
@@ -480,6 +482,8 @@ static uint16_t full_GEN14_GA1[] = {
S390_FEAT_GROUP_MULTIPLE_EPOCH_PTFF,
};
+#define full_GEN14_GA2 EmptyFeat
+
/* Default features (in order of release)
* Automatically includes corresponding base features.
* Default features are all features this version of QEMU supports for this
@@ -554,6 +558,8 @@ static uint16_t default_GEN14_GA1[] = {
S390_FEAT_GROUP_MULTIPLE_EPOCH_PTFF,
};
+#define default_GEN14_GA2 EmptyFeat
+
/* QEMU (CPU model) features */
static uint16_t qemu_V2_11[] = {
@@ -664,6 +670,7 @@ static CpuFeatDefSpec CpuFeatDef[] = {
CPU_FEAT_INITIALIZER(GEN13_GA1),
CPU_FEAT_INITIALIZER(GEN13_GA2),
CPU_FEAT_INITIALIZER(GEN14_GA1),
+ CPU_FEAT_INITIALIZER(GEN14_GA2),
};
#define FEAT_GROUP_INITIALIZER(_name) \
--
2.17.2
- Re: [qemu-s390x] [PULL 00/10] s390x update, (continued)
- Re: [qemu-s390x] [PULL 00/10] s390x update, Peter Maydell, 2019/02/05
- [qemu-s390x] [PULL 00/10] s390x update, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 03/10] target/s390x: Split out s390-tod.h, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 01/10] s390x: Fix the confusing contributions-after-2012 license statements, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 04/10] target/s390x: Implement STCK et al for CONFIG_USER_ONLY, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 02/10] s390x: always provide pci support, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 05/10] s390x: add zPCI feature to "qemu" CPU model, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 06/10] s390x/cpumodel: mepochptff: warn when no mepoch and re-align group init, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 07/10] s390x/cpumodel: default enable mepoch for z14 and later, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 09/10] s390x/kvm: add tracepoint to ioeventfd interface, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 08/10] s390x/cpumodel: add z14 GA2 model,
Cornelia Huck <=
- [qemu-s390x] [PULL 10/10] s390x: upgrade status of KVM cores to "supported", Cornelia Huck, 2019/02/18
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/10] s390x update, no-reply, 2019/02/18
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/10] s390x update, no-reply, 2019/02/18
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/10] s390x update, no-reply, 2019/02/18
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/10] s390x update, no-reply, 2019/02/18
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/10] s390x update, no-reply, 2019/02/18
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/10] s390x update, no-reply, 2019/02/18
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/10] s390x update, no-reply, 2019/02/18
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/10] s390x update, no-reply, 2019/02/18
- Re: [qemu-s390x] [PULL 00/10] s390x update, Peter Maydell, 2019/02/18