[PATCH 0/4] hw/i386/pc: Remove deprecated 3.0 machines

Philippe Mathieu-Daudé posted 4 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260307150042.78030-1-philmd@linaro.org
Maintainers: Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Marcelo Tosatti <mtosatti@redhat.com>
include/hw/core/boards.h |  3 ---
include/hw/i386/pc.h     |  3 ---
target/i386/cpu.h        |  1 -
hw/core/machine.c        |  3 ---
hw/i386/pc.c             |  7 -------
hw/i386/pc_piix.c        |  9 ---------
hw/i386/pc_q35.c         |  9 ---------
target/i386/cpu.c        |  2 --
target/i386/kvm/kvm.c    | 15 ++++-----------
9 files changed, 4 insertions(+), 48 deletions(-)
[PATCH 0/4] hw/i386/pc: Remove deprecated 3.0 machines
Posted by Philippe Mathieu-Daudé 1 month ago
1 y.o. dust Thomas asked me to post:

The versioned 'pc' and 'q35' machines up to 3.0 been marked
as deprecated two releases ago, and are older than 6 years,
so according to our support policy we can remove them.

Philippe Mathieu-Daudé (4):
  hw/i386/pc: Remove deprecated pc-q35-3.0 and pc-i440fx-3.0 machines
  hw/i386/pc: Remove pc_compat_3_0[] array
  target/i386/kvm: Remove X86CPU::hyperv_synic_kvm_only field
  hw/core/machine: Remove the hw_compat_3_0[] array

 include/hw/core/boards.h |  3 ---
 include/hw/i386/pc.h     |  3 ---
 target/i386/cpu.h        |  1 -
 hw/core/machine.c        |  3 ---
 hw/i386/pc.c             |  7 -------
 hw/i386/pc_piix.c        |  9 ---------
 hw/i386/pc_q35.c         |  9 ---------
 target/i386/cpu.c        |  2 --
 target/i386/kvm/kvm.c    | 15 ++++-----------
 9 files changed, 4 insertions(+), 48 deletions(-)

-- 
2.52.0


Re: [PATCH 0/4] hw/i386/pc: Remove deprecated 3.0 machines
Posted by Philippe Mathieu-Daudé 1 month ago
On 7/3/26 16:00, Philippe Mathieu-Daudé wrote:

> Philippe Mathieu-Daudé (4):
>    hw/i386/pc: Remove deprecated pc-q35-3.0 and pc-i440fx-3.0 machines
>    hw/i386/pc: Remove pc_compat_3_0[] array
>    target/i386/kvm: Remove X86CPU::hyperv_synic_kvm_only field
>    hw/core/machine: Remove the hw_compat_3_0[] array

Queued via hw-misc, thanks.