All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Remove the deprecated pc-1.x machine types and related stuff
@ 2021-02-03 17:18 Thomas Huth
  2021-02-03 17:18 ` [PATCH 1/4] hw/i386: Remove the deprecated pc-1.x machine types Thomas Huth
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Thomas Huth @ 2021-02-03 17:18 UTC (permalink / raw)
  To: qemu-devel, Paolo Bonzini
  Cc: Eduardo Habkost, qemu-block, David Hildenbrand, libvir-list,
	Michael S. Tsirkin, Gerd Hoffmann, John Snow

The pc-1.x machine types have been deprecated since QEMU v5.0 already, and
nobody complained, so they can now be removed. While we're at it, also
remove some compatibility switches and related code that are now not
necessary anymore after these machine types have been removed.
(We could maybe even remove more stuff like the various host_features
switches in the virtio devices, but they still might be useful in certain
cases, so I decided not to remove them yet)

Thomas Huth (4):
  hw/i386: Remove the deprecated pc-1.x machine types
  hw/block/fdc: Remove the check_media_rate property
  hw/virtio/virtio-balloon: Remove the "class" property
  hw/usb/bus: Remove the "full-path" property

 docs/system/deprecated.rst       |  6 --
 docs/system/removed-features.rst |  6 ++
 hw/block/fdc.c                   | 17 +-----
 hw/i386/pc_piix.c                | 94 --------------------------------
 hw/usb/bus.c                     |  7 +--
 hw/virtio/virtio-balloon-pci.c   | 11 +---
 include/hw/usb.h                 |  2 +-
 tests/qemu-iotests/172.out       | 35 ------------
 8 files changed, 11 insertions(+), 167 deletions(-)

-- 
2.27.0



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

end of thread, other threads:[~2021-02-15 18:13 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03 17:18 [PATCH 0/4] Remove the deprecated pc-1.x machine types and related stuff Thomas Huth
2021-02-03 17:18 ` [PATCH 1/4] hw/i386: Remove the deprecated pc-1.x machine types Thomas Huth
2021-02-03 17:37   ` Daniel P. Berrangé
2021-02-03 17:18 ` [PATCH 2/4] hw/block/fdc: Remove the check_media_rate property Thomas Huth
2021-02-05  0:40   ` John Snow
2021-02-05  6:37     ` Thomas Huth
2021-02-05 20:15       ` John Snow
2021-02-08  7:05         ` Thomas Huth
2021-02-13 22:41           ` Laurent Vivier
2021-02-15 18:11             ` John Snow
2021-02-03 17:18 ` [PATCH 3/4] hw/virtio/virtio-balloon: Remove the "class" property Thomas Huth
2021-02-03 19:42   ` David Hildenbrand
2021-02-03 17:18 ` [PATCH 4/4] hw/usb/bus: Remove the "full-path" property Thomas Huth
2021-02-04  8:36   ` Gerd Hoffmann
2021-02-04 15:51     ` Thomas Huth
2021-02-05  9:09       ` Gerd Hoffmann
2021-02-05 11:00 ` [PATCH 0/4] Remove the deprecated pc-1.x machine types and related stuff Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.