mbox series

[0/5] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines

Message ID 20250430142609.84134-1-philmd@linaro.org
Headers show
Series hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines | expand

Message

Philippe Mathieu-Daudé April 30, 2025, 2:26 p.m. UTC
The versioned 'pc' and 'q35' 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.

This series only includes the 2.6 and 2.7 machines removal,
as it is a big enough number of LoC removed. Rest will
follow.

Based-on: <20250429140825.25964-1-philmd@linaro.org>

Philippe Mathieu-Daudé (5):
  hw/i386/intel_iommu: Remove IntelIOMMUState::buggy_eim field
  hw/intc/ioapic: Remove IOAPICCommonState::version field
  hw/virtio/virtio-pci: Remove VirtIOPCIProxy::ignore_backend_features
    field
  hw/char/virtio-serial: Do not expose the 'emergency-write' property
  hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_PAGE_PER_VQ definition

 hw/intc/ioapic_internal.h      |  3 +--
 include/hw/i386/intel_iommu.h  |  1 -
 include/hw/virtio/virtio-pci.h |  2 --
 hw/char/virtio-serial-bus.c    | 10 ++++++++--
 hw/display/virtio-vga.c        | 10 ----------
 hw/i386/intel_iommu.c          |  5 ++---
 hw/intc/ioapic.c               | 18 ++----------------
 hw/intc/ioapic_common.c        |  2 +-
 hw/virtio/virtio-pci.c         | 12 ++----------
 9 files changed, 16 insertions(+), 47 deletions(-)

Comments

Thomas Huth April 30, 2025, 2:51 p.m. UTC | #1
On 30/04/2025 16.26, Philippe Mathieu-Daudé wrote:
> The versioned 'pc' and 'q35' 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.
> 
> This series only includes the 2.6 and 2.7 machines removal,
> as it is a big enough number of LoC removed. Rest will
> follow.
> 
> Based-on: <20250429140825.25964-1-philmd@linaro.org>
> 
> Philippe Mathieu-Daudé (5):
>    hw/i386/intel_iommu: Remove IntelIOMMUState::buggy_eim field
>    hw/intc/ioapic: Remove IOAPICCommonState::version field
>    hw/virtio/virtio-pci: Remove VirtIOPCIProxy::ignore_backend_features
>      field
>    hw/char/virtio-serial: Do not expose the 'emergency-write' property
>    hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_PAGE_PER_VQ definition

Shouldn't there be a patch in this series that removes the machines first? 
... or did I just miss this?

  Thomas
Philippe Mathieu-Daudé May 1, 2025, 12:38 p.m. UTC | #2
On 30/4/25 16:51, Thomas Huth wrote:
> On 30/04/2025 16.26, Philippe Mathieu-Daudé wrote:
>> The versioned 'pc' and 'q35' 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.
>>
>> This series only includes the 2.6 and 2.7 machines removal,
>> as it is a big enough number of LoC removed. Rest will
>> follow.
>>
>> Based-on: <20250429140825.25964-1-philmd@linaro.org>
>>
>> Philippe Mathieu-Daudé (5):
>>    hw/i386/intel_iommu: Remove IntelIOMMUState::buggy_eim field
>>    hw/intc/ioapic: Remove IOAPICCommonState::version field
>>    hw/virtio/virtio-pci: Remove VirtIOPCIProxy::ignore_backend_features
>>      field
>>    hw/char/virtio-serial: Do not expose the 'emergency-write' property
>>    hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_PAGE_PER_VQ definition
> 
> Shouldn't there be a patch in this series that removes the machines 
> first? ... or did I just miss this?

Doh, I picked the wrong base commit =)