Re: [Mesa-dev] [PATCH] virtio_gpu: Add virtio 1.0 PCI ID to driver map

2016-02-29 Thread Emil Velikov
On 24 February 2016 at 15:49, Marc-André Lureau wrote: > Hi > > On Mon, Feb 22, 2016 at 8:06 PM, Emil Velikov > wrote: >> Hi Marc, >> >> On 12 February 2016 at 21:11, Marc-André Lureau >> wrote: >>> From: Marc-André Lureau >>> >>> Add the virtio-gpu PCI ID for virtio 1.0 (according to the >>>

Re: [Mesa-dev] [PATCH] virtio_gpu: Add virtio 1.0 PCI ID to driver map

2016-02-24 Thread Marc-André Lureau
Hi On Mon, Feb 22, 2016 at 8:06 PM, Emil Velikov wrote: > Hi Marc, > > On 12 February 2016 at 21:11, Marc-André Lureau > wrote: >> From: Marc-André Lureau >> >> 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

Re: [Mesa-dev] [PATCH] virtio_gpu: Add virtio 1.0 PCI ID to driver map

2016-02-22 Thread Emil Velikov
Hi Marc, On 12 February 2016 at 21:11, Marc-André Lureau wrote: > From: Marc-André Lureau > > 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") > Which versions of qemu + kernel work with the

[Mesa-dev] [PATCH] virtio_gpu: Add virtio 1.0 PCI ID to driver map

2016-02-12 Thread Marc-André Lureau
From: Marc-André Lureau 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") Signed-off-by: Marc-André Lureau --- include/pci_ids/virtio_gpu_pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --