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
