qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] pci-ids: virtio cleanup
@ 2022-10-04 11:20 Gerd Hoffmann
  2022-10-04 11:20 ` [PATCH v3 1/5] pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMU Gerd Hoffmann
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2022-10-04 11:20 UTC (permalink / raw)
  To: qemu-devel
  Cc: Marcel Apfelbaum, Michael S. Tsirkin, David Hildenbrand,
	Eric Auger, peter.maydell, Gerd Hoffmann

Drop legacy ids for virtio 1.0 devices, they are not needed
and will be overridden anyway by generic virtio pci code.

Improve modern virtio id documentation.

v3:
 - add review + test tags
 - more verbose commit messages.
 - drop vsock (#define needed for bug compatibility reasons).
 - added comment to pci.h, trying to avoid this happening again.

Gerd Hoffmann (5):
  pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMU
  pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEM
  pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEM
  pci-ids: drop list of modern virtio devices
  pci-ids: document modern virtio-pci ids in pci.h too

 docs/specs/pci-ids.txt       | 16 +++++++---------
 include/hw/pci/pci.h         | 13 ++++++++++---
 hw/virtio/virtio-iommu-pci.c |  4 +---
 hw/virtio/virtio-mem-pci.c   |  2 --
 hw/virtio/virtio-pci.c       |  2 +-
 hw/virtio/virtio-pmem-pci.c  |  2 --
 6 files changed, 19 insertions(+), 20 deletions(-)

-- 
2.37.3



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

end of thread, other threads:[~2022-10-04 17:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-04 11:20 [PATCH v3 0/5] pci-ids: virtio cleanup Gerd Hoffmann
2022-10-04 11:20 ` [PATCH v3 1/5] pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMU Gerd Hoffmann
2022-10-04 11:20 ` [PATCH v3 2/5] pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEM Gerd Hoffmann
2022-10-04 11:20 ` [PATCH v3 3/5] pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEM Gerd Hoffmann
2022-10-04 11:20 ` [PATCH v3 4/5] pci-ids: drop list of modern virtio devices Gerd Hoffmann
2022-10-04 11:21 ` [PATCH v3 5/5] pci-ids: document modern virtio-pci ids in pci.h too Gerd Hoffmann
2022-10-04 17:07   ` Eric Auger

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