[PATCH v3 0/5] pci-ids: virtio cleanup

Gerd Hoffmann posted 5 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221004112100.301935-1-kraxel@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Eric Auger <eric.auger@redhat.com>, David Hildenbrand <david@redhat.com>
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(-)
[PATCH v3 0/5] pci-ids: virtio cleanup
Posted by Gerd Hoffmann 1 year, 6 months ago
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