qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Remove deprecated pc-0.x machine types and related hacks
@ 2019-12-09 12:52 Thomas Huth
  2019-12-09 12:52 ` [PATCH v2 1/4] hw/i386: Remove the deprecated machines 0.12 up to 0.15 Thomas Huth
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Thomas Huth @ 2019-12-09 12:52 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel, Eduardo Habkost, Michael S. Tsirkin
  Cc: libvir-list, Gerd Hoffmann

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, the "command_serr_enable" in PCI devices
and the "rombar" stuff in VGA devices.

v2:
 - Minor updates to the first patch (fix comment, add deprecation_reason
   message for the pc-1.x machines)
 - Keep the QEMU_PCI_CAP_SERR enum in the third patch
 - Added fourth patch to remove the "rombar" hacks from the VGA devices

Thomas Huth (4):
  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/display: Remove "rombar" hack from vga-pci and vmware_vga

 hw/audio/ac97.c         |  9 -----
 hw/display/vga-pci.c    |  5 ---
 hw/display/vga.c        |  4 +-
 hw/display/vmware_vga.c |  5 ---
 hw/i386/pc_piix.c       | 85 +----------------------------------------
 hw/pci/pci.c            |  6 +--
 include/hw/pci/pci.h    |  2 +-
 qemu-deprecated.texi    |  2 +-
 tests/cpu-plug-test.c   |  6 +--
 9 files changed, 7 insertions(+), 117 deletions(-)

-- 
2.18.1



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-12-09 18:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-09 12:52 [PATCH v2 0/4] Remove deprecated pc-0.x machine types and related hacks Thomas Huth
2019-12-09 12:52 ` [PATCH v2 1/4] hw/i386: Remove the deprecated machines 0.12 up to 0.15 Thomas Huth
2019-12-09 12:52 ` [PATCH v2 2/4] hw/audio: Remove the "use_broken_id" hack from the AC97 device Thomas Huth
2019-12-09 12:52 ` [PATCH v2 3/4] hw/pci: Remove the "command_serr_enable" property Thomas Huth
2019-12-09 12:52 ` [PATCH v2 4/4] hw/display: Remove "rombar" hack from vga-pci and vmware_vga Thomas Huth
2019-12-09 13:12   ` Philippe Mathieu-Daudé
2019-12-09 13:30     ` Paolo Bonzini
2019-12-09 13:49       ` Thomas Huth
2019-12-09 13:30     ` Gerd Hoffmann
2019-12-09 13:06 ` [PATCH v2 0/4] Remove deprecated pc-0.x machine types and related hacks Paolo Bonzini
2019-12-09 18:18 ` [libvirt] " no-reply
2019-12-09 18:23 ` no-reply

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).