Message ID | 20250115073819.15452-1-thuth@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | s390x: Remove deprecated machine types v2.9 up to v2.12 | expand |
On 15/1/25 08:38, Thomas Huth wrote: > These machine types have been marked as deprecated two releases ago, > and are older than 6 years, so according to our support policy, it > should be fine to remove them now. > > Thomas Huth (8): > hw/s390x/s390-virtio-ccw: Remove the deprecated 2.9 machine type > hw/s390x/s390-virtio-ccw: Remove the deprecated 2.10 and 2.11 machine > types > target/s390x/gen-features: Remove the v2.11 qemu CPU model > hw/s390x/s390-virtio-ccw: Remove the deprecated 2.12 machine type Should this be documented in docs/about/removed-features.rst?
On 15/01/2025 17.35, Philippe Mathieu-Daudé wrote: > On 15/1/25 08:38, Thomas Huth wrote: >> These machine types have been marked as deprecated two releases ago, >> and are older than 6 years, so according to our support policy, it >> should be fine to remove them now. >> >> Thomas Huth (8): >> hw/s390x/s390-virtio-ccw: Remove the deprecated 2.9 machine type >> hw/s390x/s390-virtio-ccw: Remove the deprecated 2.10 and 2.11 machine >> types >> target/s390x/gen-features: Remove the v2.11 qemu CPU model >> hw/s390x/s390-virtio-ccw: Remove the deprecated 2.12 machine type > > Should this be documented in docs/about/removed-features.rst? We've got a generic paragraph about machine removal now: https://gitlab.com/qemu-project/qemu/-/commit/ce80c4fa6ff So I think we don't should manually mention each and every removed versioned machine type in removed-features.rst anymore. But some generic sentence in removed-features.rst about this would be good, too. I'll prepare a patch for it. Thomas