From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Richard Henderson" <richard.henderson@linaro.org>,
"Thomas Huth" <thuth@redhat.com>,
"Eric Farman" <farman@linux.ibm.com>,
"Jason Herne" <jjherne@linux.ibm.com>,
"Christian Borntraeger" <borntraeger@linux.ibm.com>,
"Matthew Rosato" <mjrosato@linux.ibm.com>,
"Halil Pasic" <pasic@linux.ibm.com>,
qemu-s390x@nongnu.org, "Ilya Leoshkevich" <iii@linux.ibm.com>,
"David Hildenbrand" <david@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PATCH 05/12] hw/s390x/ccw: Remove deprecated s390-ccw-virtio-5.2 machine
Date: Fri, 17 Oct 2025 15:29:54 +0200 [thread overview]
Message-ID: <20251017133002.61410-6-philmd@linaro.org> (raw)
In-Reply-To: <20251017133002.61410-1-philmd@linaro.org>
This machine has been supported for a period of more than 6 years.
According to our versioned machine support policy (see commit
ce80c4fa6ff "docs: document special exception for machine type
deprecation & removal") it can now be removed.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
hw/s390x/s390-virtio-ccw.c | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c
index 7be998168e8..103b0c4d73f 100644
--- a/hw/s390x/s390-virtio-ccw.c
+++ b/hw/s390x/s390-virtio-ccw.c
@@ -1109,18 +1109,6 @@ static void ccw_machine_6_0_class_options(MachineClass *mc)
}
DEFINE_CCW_MACHINE(6, 0);
-static void ccw_machine_5_2_instance_options(MachineState *machine)
-{
- ccw_machine_6_0_instance_options(machine);
-}
-
-static void ccw_machine_5_2_class_options(MachineClass *mc)
-{
- ccw_machine_6_0_class_options(mc);
- compat_props_add(mc->compat_props, hw_compat_5_2, hw_compat_5_2_len);
-}
-DEFINE_CCW_MACHINE(5, 2);
-
static void ccw_machine_register_types(void)
{
type_register_static(&ccw_machine_info);
--
2.51.0
next prev parent reply other threads:[~2025-10-17 13:35 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-17 13:29 [PATCH 00/12] hw/s390x: Remove s390-ccw-virtio-4.2 -> s390-ccw-virtio-7.2 machines Philippe Mathieu-Daudé
2025-10-17 13:29 ` [PATCH 01/12] hw/s390x/ccw: Remove deprecated s390-ccw-virtio-4.2 machine Philippe Mathieu-Daudé
2025-10-17 13:29 ` [PATCH 02/12] hw/s390x/ccw: Remove SCLPDevice::increment_size field Philippe Mathieu-Daudé
2025-10-17 13:29 ` [PATCH 03/12] hw/s390x/ccw: Remove deprecated s390-ccw-virtio-5.0 machine Philippe Mathieu-Daudé
2025-10-17 13:29 ` [PATCH 04/12] hw/s390x/ccw: Remove deprecated s390-ccw-virtio-5.1 machine Philippe Mathieu-Daudé
2025-10-17 13:29 ` Philippe Mathieu-Daudé [this message]
2025-10-17 13:29 ` [PATCH 06/12] hw/s390x/ccw: Remove deprecated s390-ccw-virtio-6.0 machine Philippe Mathieu-Daudé
2025-10-17 13:29 ` [PATCH 07/12] hw/s390x/ccw: Remove deprecated s390-ccw-virtio-6.1 machine Philippe Mathieu-Daudé
2025-10-17 13:29 ` [PATCH 08/12] hw/s390x/ccw: Remove deprecated s390-ccw-virtio-6.2 machine Philippe Mathieu-Daudé
2025-10-17 13:29 ` [PATCH 09/12] hw/s390x/ccw: Remove deprecated s390-ccw-virtio-7.0 machine Philippe Mathieu-Daudé
2025-10-17 13:29 ` [PATCH 10/12] hw/s390x/ccw: Remove deprecated s390-ccw-virtio-7.1 machine Philippe Mathieu-Daudé
2025-10-17 13:30 ` [PATCH 11/12] hw/s390x/ccw: Remove S390CcwMachineClass::max_threads field Philippe Mathieu-Daudé
2025-10-17 13:30 ` [PATCH 12/12] hw/s390x/ccw: Remove deprecated s390-ccw-virtio-7.2 machine Philippe Mathieu-Daudé
2025-10-17 13:38 ` [PATCH 00/12] hw/s390x: Remove s390-ccw-virtio-4.2 -> s390-ccw-virtio-7.2 machines Thomas Huth
2025-10-17 13:40 ` Philippe Mathieu-Daudé
2025-10-17 13:55 ` Thomas Huth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251017133002.61410-6-philmd@linaro.org \
--to=philmd@linaro.org \
--cc=borntraeger@linux.ibm.com \
--cc=david@redhat.com \
--cc=farman@linux.ibm.com \
--cc=iii@linux.ibm.com \
--cc=jjherne@linux.ibm.com \
--cc=mjrosato@linux.ibm.com \
--cc=pasic@linux.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).