All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] pci-ids: virtio cleanup
@ 2022-09-30 13:58 Gerd Hoffmann
  2022-09-30 13:58 ` [PATCH v2 1/5] pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMU Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Gerd Hoffmann @ 2022-09-30 13:58 UTC (permalink / raw)
  To: qemu-devel
  Cc: Eric Auger, David Hildenbrand, peter.maydell, Marcel Apfelbaum,
	Michael S. Tsirkin, 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.

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 PCI_DEVICE_ID_VIRTIO_VSOCK
  pci-ids: drop list of modern virtio devices

 docs/specs/pci-ids.txt           | 15 ++++++---------
 include/hw/pci/pci.h             |  4 ----
 hw/virtio/vhost-user-vsock-pci.c |  2 --
 hw/virtio/vhost-vsock-pci.c      |  2 --
 hw/virtio/virtio-iommu-pci.c     |  4 +---
 hw/virtio/virtio-mem-pci.c       |  2 --
 hw/virtio/virtio-pmem-pci.c      |  2 --
 7 files changed, 7 insertions(+), 24 deletions(-)

-- 
2.37.3



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

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

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-30 13:58 [PATCH v2 0/5] pci-ids: virtio cleanup Gerd Hoffmann
2022-09-30 13:58 ` [PATCH v2 1/5] pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMU Gerd Hoffmann
2022-09-30 14:37   ` Peter Maydell
2022-10-04  7:20     ` Gerd Hoffmann
2022-09-30 14:44   ` Eric Auger
2022-09-30 13:58 ` [PATCH v2 2/5] pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEM Gerd Hoffmann
2022-10-04  8:54   ` David Hildenbrand
2022-09-30 13:58 ` [PATCH v2 3/5] pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEM Gerd Hoffmann
2022-10-04  8:54   ` David Hildenbrand
2022-10-04 10:12   ` Gupta, Pankaj
2022-09-30 13:58 ` [PATCH v2 4/5] pci-ids: drop PCI_DEVICE_ID_VIRTIO_VSOCK Gerd Hoffmann
2022-10-04  7:30   ` Stefano Garzarella
2022-10-04  7:52     ` Gerd Hoffmann
2022-10-04  9:22       ` Cornelia Huck
2022-09-30 13:58 ` [PATCH v2 5/5] pci-ids: drop list of modern virtio devices Gerd Hoffmann
2022-09-30 14:42   ` Eric Auger
2022-09-30 14:22 ` [PATCH v2 0/5] pci-ids: virtio cleanup David Hildenbrand
2022-10-04  7:44   ` Gerd Hoffmann
2022-10-04  8:54     ` David Hildenbrand

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.