On 2/5/25 15:37, Peter Maydell wrote:
On Thu, 16 Jan 2025 at 14:59, Philippe Mathieu-Daudé <phi...@linaro.org> wrote:
The versioned 'virt' machines up to 2.12 been marked as deprecated
two releases ago, and are older than 6 years, so according to our
support policy we can remove them. Remove associated dead code.
Since v1:
- Corrected disallow_affinity_adjustment removal (Thomas)
- Do not modify docs/about/removed-features.rst (Thomas & Daniel)
Philippe Mathieu-Daudé (13):
hw/arm/virt: Remove deprecated virt-2.6 machine
hw/arm/virt: Remove VirtMachineClass::no_pmu field
hw/arm/virt: Remove VirtMachineClass::disallow_affinity_adjustment
hw/arm/virt: Remove deprecated virt-2.7 machine
hw/arm/virt: Remove VirtMachineClass::no_its field
hw/arm/virt: Remove deprecated virt-2.8 machine
hw/arm/virt: Remove VirtMachineClass::claim_edge_triggered_timers
field
hw/arm/virt: Remove deprecated virt-2.9 machine
hw/arm/virt: Remove deprecated virt-2.10 machine
hw/arm/virt: Remove deprecated virt-2.11 machine
hw/arm/virt: Remove VirtMachineClass::smbios_old_sys_ver field
hw/arm/virt: Remove deprecated virt-2.12 machine
hw/arm/virt: Remove VirtMachineClass::no_highmem_ecam field
Applied to target-arm.next, thanks (with the tweak RTH points
out to avoid a compilation failure in patch 3).
Thank you for tweaking :)