From f1d12e7392896f45a76df87b6ad0bf18647922df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lureau?= Date: Fri, 12 Feb 2016 22:11:05 +0100 Subject: [PATCH] virtio_gpu: Add virtio 1.0 PCI ID to driver map MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Add the virtio-gpu PCI ID for virtio 1.0 (according to the specification, "the PCI Device ID is calculated by adding 0x1040 to the Virtio Device ID") Support for virtio 1.0 was added in qemu 2.4 (same time virtio-gpu landed). Cc: "11.1 11.2" Signed-off-by: Marc-André Lureau Reviewed-by: Emil Velikov --- include/pci_ids/virtio_gpu_pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pci_ids/virtio_gpu_pci_ids.h b/include/pci_ids/virtio_gpu_pci_ids.h index 2e6ecaf..9232cd2 100644 --- a/include/pci_ids/virtio_gpu_pci_ids.h +++ b/include/pci_ids/virtio_gpu_pci_ids.h @@ -1 +1,2 @@ CHIPSET(0x0010, VIRTGL, VIRTGL) +CHIPSET(0x1050, VIRTGL, VIRTGL) -- 2.7.4