[libvirt] [PATCH 0/3] Remove deprecated pc-0.x machine types and related hacks

Thomas Huth thuth at redhat.com
Thu Dec 5 16:06:49 UTC 2019


These have been on the deprecation list since a year now, so it's
time to finally remove the pc-0.x machine types.

We then can also remove some compatibility hacks in the devices, i.e.
the "use_broken_id" in ac97 and "command_serr_enable" in PCI devices.

Note that there is also the "rombar" property of the PCI devices which
is now not required for the x86 machine types anymore. But it seems to
me like this is still used by various people to bypass the ROM loading
for PCI devices in certain cases, so I did not remove that property here
yet.

Thomas Huth (3):
  hw/i386: Remove the deprecated machines 0.12 up to 0.15
  hw/audio: Remove the "use_broken_id" hack from the AC97 device
  hw/pci: Remove the "command_serr_enable" property

 hw/audio/ac97.c       |  9 -----
 hw/i386/pc_piix.c     | 82 -------------------------------------------
 hw/pci/pci.c          |  6 +---
 include/hw/pci/pci.h  |  3 --
 qemu-deprecated.texi  |  2 +-
 tests/cpu-plug-test.c |  6 +---
 6 files changed, 3 insertions(+), 105 deletions(-)

-- 
2.18.1




More information about the libvir-list mailing list