diff options
author | Gerd Hoffmann | 2022-10-04 13:20:56 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2022-10-12 12:01:11 +0200 |
commit | c82190fa1ba738b66513cf8869f25d45b1061ac6 (patch) | |
tree | 8317ebd33f57a03bcc9a027f7252f25ceb5a92f5 /include | |
parent | docs: add firmware feature flags (diff) | |
download | qemu-c82190fa1ba738b66513cf8869f25d45b1061ac6.tar.gz qemu-c82190fa1ba738b66513cf8869f25d45b1061ac6.tar.xz qemu-c82190fa1ba738b66513cf8869f25d45b1061ac6.zip |
pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMU
Not needed for a virtio 1.0 device. virtio_pci_device_plugged()
overrides them anyway (so no functional change).
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Tested-by: Eric Auger <eric.auger@redhat.com>
Message-Id: <20221004112100.301935-2-kraxel@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/pci/pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h index b54b6ef88f..89eaca4293 100644 --- a/include/hw/pci/pci.h +++ b/include/hw/pci/pci.h @@ -85,7 +85,6 @@ extern bool pci_available; #define PCI_DEVICE_ID_VIRTIO_9P 0x1009 #define PCI_DEVICE_ID_VIRTIO_VSOCK 0x1012 #define PCI_DEVICE_ID_VIRTIO_PMEM 0x1013 -#define PCI_DEVICE_ID_VIRTIO_IOMMU 0x1014 #define PCI_DEVICE_ID_VIRTIO_MEM 0x1015 #define PCI_VENDOR_ID_REDHAT 0x1b36 |