[PATCH v2 0/9] s390x: Remove deprecated machine types up to v4.0

Thomas Huth posted 9 patches 7 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250506062148.306084-1-thuth@redhat.com
Maintainers: Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Eric Farman <farman@linux.ibm.com>
include/hw/s390x/s390-virtio-ccw.h |   4 -
hw/s390x/event-facility.c          |  37 +-------
hw/s390x/s390-virtio-ccw.c         | 131 -----------------------------
target/s390x/gen-features.c        |  13 +--
target/s390x/kvm/kvm.c             |   6 --
5 files changed, 4 insertions(+), 187 deletions(-)
[PATCH v2 0/9] s390x: Remove deprecated machine types up to v4.0
Posted by Thomas Huth 7 months, 2 weeks ago
The machine types up to s390-ccw-virtio-4.0 are older than 6 years
and thus, according to our support policy, are scheduled for being
deletion now. These patches remove the machines and clean up the
related compatibility handling that is not required anymore.

v2:
- Some patches are already upstream, thus dropped them from the series
- Split the patch to remove 2.10 and 2.11 into two separate patches
  (for consistency with other patches)
- Fixed a problem with the QemuFeatDef feature set

Thomas Huth (9):
  hw/s390x/s390-virtio-ccw: Remove the deprecated 2.10 machine type
  hw/s390x/s390-virtio-ccw: Remove the deprecated 2.11 machine type
  hw/s390x/event-facility: Remove the obsolete "allow_all_mask_sizes"
    code
  target/s390x: Rename the qemu_V2_11 feature set to qemu_MIN
  hw/s390x/s390-virtio-ccw: Remove the deprecated 2.12 machine type
  hw/s390x/s390-virtio-ccw: Remove the deprecated 3.0 machine type
  hw/s390x: Remove the obsolete hpage_1m_allowed switch
  hw/s390x/s390-virtio-ccw: Remove the deprecated 3.1 machine type
  hw/s390x/s390-virtio-ccw: Remove the deprecated 4.0 machine type

 include/hw/s390x/s390-virtio-ccw.h |   4 -
 hw/s390x/event-facility.c          |  37 +-------
 hw/s390x/s390-virtio-ccw.c         | 131 -----------------------------
 target/s390x/gen-features.c        |  13 +--
 target/s390x/kvm/kvm.c             |   6 --
 5 files changed, 4 insertions(+), 187 deletions(-)

-- 
2.49.0
Re: [PATCH v2 0/9] s390x: Remove deprecated machine types up to v4.0
Posted by Eric Farman 7 months, 1 week ago
On Tue, 2025-05-06 at 08:21 +0200, Thomas Huth wrote:
> The machine types up to s390-ccw-virtio-4.0 are older than 6 years
> and thus, according to our support policy, are scheduled for being
> deletion now. These patches remove the machines and clean up the
> related compatibility handling that is not required anymore.
> 
> v2:
> - Some patches are already upstream, thus dropped them from the series
> - Split the patch to remove 2.10 and 2.11 into two separate patches
>   (for consistency with other patches)
> - Fixed a problem with the QemuFeatDef feature set

Ah, I was wondering about this part in particular before you'd sent this v2, so now my question is
moot.

For the series:

Reviewed-by: Eric Farman <farman@linux.ibm.com>

> 
> Thomas Huth (9):
>   hw/s390x/s390-virtio-ccw: Remove the deprecated 2.10 machine type
>   hw/s390x/s390-virtio-ccw: Remove the deprecated 2.11 machine type
>   hw/s390x/event-facility: Remove the obsolete "allow_all_mask_sizes"
>     code
>   target/s390x: Rename the qemu_V2_11 feature set to qemu_MIN
>   hw/s390x/s390-virtio-ccw: Remove the deprecated 2.12 machine type
>   hw/s390x/s390-virtio-ccw: Remove the deprecated 3.0 machine type
>   hw/s390x: Remove the obsolete hpage_1m_allowed switch
>   hw/s390x/s390-virtio-ccw: Remove the deprecated 3.1 machine type
>   hw/s390x/s390-virtio-ccw: Remove the deprecated 4.0 machine type
> 
>  include/hw/s390x/s390-virtio-ccw.h |   4 -
>  hw/s390x/event-facility.c          |  37 +-------
>  hw/s390x/s390-virtio-ccw.c         | 131 -----------------------------
>  target/s390x/gen-features.c        |  13 +--
>  target/s390x/kvm/kvm.c             |   6 --
>  5 files changed, 4 insertions(+), 187 deletions(-)
>