[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 7/8] target/s390x/gen-features: Remove the v2.11 qemu CPU model
From: |
Thomas Huth |
Subject: |
[PATCH 7/8] target/s390x/gen-features: Remove the v2.11 qemu CPU model |
Date: |
Wed, 15 Jan 2025 08:38:18 +0100 |
Now that the v2.11 machine is gone, we don't need the v2.11 CPU
feature set anymore.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
target/s390x/gen-features.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c
index 41840677ce..150e4d1843 100644
--- a/target/s390x/gen-features.c
+++ b/target/s390x/gen-features.c
@@ -844,12 +844,6 @@ static uint16_t default_GEN17_GA1[] = {
/* QEMU (CPU model) features */
-static uint16_t qemu_V2_11[] = {
- S390_FEAT_GROUP_PLO,
- S390_FEAT_ESAN3,
- S390_FEAT_ZARCH,
-};
-
static uint16_t qemu_V3_1[] = {
S390_FEAT_DAT_ENH,
S390_FEAT_IDTE_SEGMENT,
@@ -1053,7 +1047,6 @@ static FeatGroupDefSpec FeatGroupDef[] = {
* QEMU (CPU model) features
*******************************/
static FeatGroupDefSpec QemuFeatDef[] = {
- QEMU_FEAT_INITIALIZER(V2_11),
QEMU_FEAT_INITIALIZER(V3_1),
QEMU_FEAT_INITIALIZER(V4_0),
QEMU_FEAT_INITIALIZER(V4_1),
--
2.47.1
- [PATCH 1/8] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.9 machine type, (continued)
- [PATCH 1/8] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.9 machine type, Thomas Huth, 2025/01/15
- [PATCH 2/8] hw/s390x/css: Remove the obsolete "css_migration_enabled" variable, Thomas Huth, 2025/01/15
- [PATCH 3/8] hw/s390x/s390-stattrib: Remove the old migration_enabled flag, Thomas Huth, 2025/01/15
- [PATCH 4/8] hw/intc/s390_flic: Remove the obsolete migration_enabled flag, Thomas Huth, 2025/01/15
- [PATCH 5/8] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.10 and 2.11 machine types, Thomas Huth, 2025/01/15
- [PATCH 6/8] hw/s390x/event-facility: Remove the obsolete "allow_all_mask_sizes" code, Thomas Huth, 2025/01/15
- [PATCH 7/8] target/s390x/gen-features: Remove the v2.11 qemu CPU model,
Thomas Huth <=
- [PATCH 8/8] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.12 machine type, Thomas Huth, 2025/01/15
- Re: [PATCH 0/8] s390x: Remove deprecated machine types v2.9 up to v2.12, Philippe Mathieu-Daudé, 2025/01/15